Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a straight table with 4 fields. If I select a value in field 1, based on the selected value an object should be activated.
I am using Triggers -> On Any Select but it is for any value in the field. Is it possible to have on each value selection? I am sure it can be done using variables but finding hard time to accomplish. Can you please help
Thanks,
SV
May be use a layout condition:
GetSelectedCount(Field1) > 0
Sunny,
It will be for the whole field but I am looking like this:
Field1
A
B
C
If we click A, straight table 1 should be shown
If we click B, straight table 2 should be shown
and so on.
So, based on value selection, I want to activate another object
May be have a show/hide condition like this:
For Straight Table1: GetFieldSelections(Field) = 'A'
For Straight Table2: GetFieldSelections(Field) = 'B'
and so on...
go to the condition and give the condition and getselectionfield(column name) give the condition