Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
sir, I have requirement like, If Nothing is selected in List Boxes I need to Display One Text message Like "Please select anything from List box". If I selected values in List Box corresping chart will pop up and if i unselect all again i need to display same text message "Please select anything from List Box".
Please Help me.
Best Regards
Bala prasad
Hi Bala prasad,
I think you could do this using the conditional show in layout tab or calculation condition in general tab of your chart properties.
Use
=if(GetSelectedCount(LISTBOXFIELD),1,0)
as expression in one the condition fields.
Please have a look at the sample file.
Regards,
Stefan
Thank you sir, Its Working fine.