Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
I have a field with two values and i'm using GetFieldSelections to show / hide objects,
but when no field selected they both gone:(
is there a way to show default object or maybe put it into a if statement when no field is selected??
thank you,
Ilan
Hi,
May be try like..
=isnull(GetFieldSelections(State)) or GetFieldSelections(State)
or
=GetPossibleCount(State)>0
Hi,
May be try like..
=isnull(GetFieldSelections(State)) or GetFieldSelections(State)
or
=GetPossibleCount(State)>0
GetFieldSelections() will return Null is nothing is selected. You should be able to trap that in an IF statement.
Can you post a sample qvw?
HI,
Instead use conditional enabling only for one Object,
For other Object keep it as it is,so that if you select any value according to that Objects will change
if not ,please post a sample data of yours ,
Thank You!