Skip to main content
Answer

Multi Select Combo box Attribute / Condition on GI

  • January 12, 2024
  • 1 reply
  • 292 views

Forum|alt.badge.img+1

Hi,

In the case we have a multi select combo box attribute like this :

Attribute

 

I want to isolate a specific value of the combo box like the last one (ValueID=Complété).

For this, i put a formula in the GI and I get this error message(Picture Below).

=IIF(INSTR([FSServiceOrder.DOCUMENTS_Attributes],'Complété')=1,True,False)

 

I putted a Schema Field “FSAppointment.Completed” 

GI

Do you have an idea how to resolve this?

Thanks!

Best answer by dcomerford

I think you may have to join the CSAnswer table to the table you are using in the GI (suspect it is ServiceOrder). The NoteID will be the link between the two tablesthen the Value field in this table will hold your attribute.

1 reply

dcomerford
Captain II
Forum|alt.badge.img+15
  • Captain II
  • Answer
  • January 12, 2024

I think you may have to join the CSAnswer table to the table you are using in the GI (suspect it is ServiceOrder). The NoteID will be the link between the two tablesthen the Value field in this table will hold your attribute.