Skip to main content

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(TFSServiceOrder.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!

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.


Reply