Show_if not work

I have this formula In show_if condition in column IMAGEN:
IN(‘INSTALACION DE FIBRA DROP’,[_THISROW].[CONCEPTO])

but when it is true, it doest show the column IMAGEN on form.

thanks!

Solved Solved
0 6 222
1 ACCEPTED SOLUTION

Steve
Participant V

Remove [_THISROW]. from the expression.

Is the Concepto column of type List or EnumList?

View solution in original post

6 REPLIES 6

Are you sure the image is display WITHOUT showif constrain? Just checking step by step to debug.

thanks for looking into this, Yes IMAGEN column is showing without the formula in showif

Then probaly your expression of

might have a problem and you need to review.

i dont see any problem, when is true, it returns “yes” when testing the formula (see image attached)

Steve
Participant V

Remove [_THISROW]. from the expression.

Is the Concepto column of type List or EnumList?

awsome, that works for me…
yes it is ENUMLIST column

Top Labels in this Space