Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ashmitp869
Creator II
Creator II

How a text objects got selected when selecting from list box ?

HI All,

When I select "KPI %TOC by Month for Current FY vs Previous FY" from listbox

I want on the Text object ticked is selected and rest get hide.

The left part is table box and is working fine but next to it are text objects when I need to hide if user selects from the list box.

 

ashmitp869_0-1684910758964.png

 

 

Labels (2)
2 Replies
marcus_sommer

You could use the show/hide feature which has each object within the layout tab in the top-right area by applying a condition like:

= only(YourField) = 'YourValueXYZ'

Eloiseparkinson
Contributor II
Contributor II

Hello,

To hide or show text objects based on the selection from a list box in QlikView or Qlik Sense, you can use conditional show expressions. Here's a general approach:

  1. Select the text object you want to hide or show based on the list box selection.

  2. In the properties panel, mykfcexperience go to the "Layout" tab.

  3. Look for the "Show" option or a similar setting that controls the visibility of the object.

  4. Enter a conditional show expression that evaluates the selection from the list box. For example, if your list box field is named "SelectionField" and the value you want to trigger the show condition is "KPI %TOC by Month for Current FY vs Previous FY", you can use an expression like: =Only(SelectionField) = 'KPI %TOC by Month for Current FY vs Previous FY'

    This expression checks if the selected value in the list box matches the desired value.

  5. Save the expression and test it by selecting the corresponding value in the list box. The text object should hide or show based on the selection.

Repeat the above steps for each text object you want to control based on the list box selection.

Note: The steps provided are a general guideline, and the exact procedure may vary depending on your version of QlikView or Qlik Sense.  

Thanks
MyTHDHR