Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selecting specific fileds from Multibox object

Hi,

I have a field named Period (it is the source of MultiBox object), which has values like Today, Yesterday, Last Day etc.

In the morning, some values, Like Today, should not be available to users because the data for today is still not updated.

When the data of today is being updated, I need that all the values will be available again for the users.

How can i accomplish this?

Thanks,

Guy

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi Guy,

You can use a variable in the script so if the data loaded has a date lower than today, the variable gets a 0, otherwise a 1, for example. You have two multiboxes, one with the Today field, the other without it.

Then, in the multibox properties, you can add an expression that shows/hides whole object depending on the variable, in the Layout tab.

Hope that helps.

Miguel

View solution in original post

1 Reply
Miguel_Angel_Baeyens

Hi Guy,

You can use a variable in the script so if the data loaded has a date lower than today, the variable gets a 0, otherwise a 1, for example. You have two multiboxes, one with the Today field, the other without it.

Then, in the multibox properties, you can add an expression that shows/hides whole object depending on the variable, in the Layout tab.

Hope that helps.

Miguel