Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi am having a multibox with the field number. it has values as 1,2,3,......7. Also am having other seven multiboxes . i need to enable these boxes base on selctoin of field number. if i select first box should be displayed. If i select 2 first and second should be displayed. if i selct three first,second and third shoul be displayed.........etc....... How to give the conditions? Can anyone say pls....
here is an example
Hi,
see update one
Based on the number selection like
for 1st multibox change properties like in chart properties in layout conditional type =GetSelectedCount(yourlistboxfield)>=1
in 2nd type =GetSelectedCount(yourlistboxfield)>=2
in 3rd type =GetSelectedCount(yourlistboxfield)>=3
....
... and so on
Hope this helps