Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi friends,
I'm facing the layer problem in my dashboard,i'm using three textboxes as buttons.There is a list box and input box which should not show in Highest paid claim.That list box and input box should be shown in Top customers .Please find the sample attachments and guide me how can i resolve it.
Thanks and Regards
Krishna
In the Layout-tab of your list box and input box: Change the Conditional show from:
=if( vDashShow3=2 or vDashShow3 = 3, 1,0)
to
=if(vDashShow3 = 3, 1,0)
Regards
SKG
In the Layout-tab of your list box and input box: Change the Conditional show from:
=if( vDashShow3=2 or vDashShow3 = 3, 1,0)
to
=if(vDashShow3 = 3, 1,0)
Regards
SKG
Here it is ...
Thank you Simen
Regards
Krishna