Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what condition should i apply in multibox?

Hi all

Ive these two objects; one multibox containing just codes and a straight table which contains the detailed description of the codes in around 7 columns. what i want is a scenario where the straight table is hidden somewhere and the sheet is showing just codes so when i select any one of them i want that hidden straight table to pop up and show the description against that code. so how do i do that?

Ive tried that auto minimization and condition but its not working properly.

Kindly help

Thanks

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

In Straight Table try like this


Properties>Layout>Select Show Sonditional -> and give


=GetSelectedCount(CodeFieldName) > 0


Note: Replace CodeFieldName with your actual field name.


Hope this helps you.


Regards,

Jagan.

View solution in original post

18 Replies
Not applicable
Author

Hi Rabia, Can u share sample app. Thanks

avinashelite

Hi Rabia,

Use the Conditional hiding concept.

Create a variable and use that variable to hide on the conditional basics.

Charts>Properties>Layout>Show conditional.

Please find the attachment for the same.

Not applicable
Author

Im afraid i cant. since it contains some sensitive information.

Not applicable
Author

I tried but its not working.

jagan
Luminary Alumni
Luminary Alumni

Hi,

In Straight Table try like this


Properties>Layout>Select Show Sonditional -> and give


=GetSelectedCount(CodeFieldName) > 0


Note: Replace CodeFieldName with your actual field name.


Hope this helps you.


Regards,

Jagan.

ashfaq_haseeb
Champion III
Champion III

Hi,

You can use field event trigger and set variables for the same.

Can you post a sample file.

Or

simple go to Chart properties --> Layout --> Select Show conditional --> and write below formulae.


=GetSelectedCount(yourfield) >= 1

Regards

ASHFAQ

avinashelite

Please see the attachment for the solution.

Not applicable
Author

Thank you so very muchhhhhh it worked

Not applicable
Author

Jagan

Can u tell me if i want to do the same but with LED chart. as in if i hover my mouse over LED chart and in action if ive selected activate straight table so when i click the LED chart it will pop up the straight table.