Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Drop Down View

Hi,

I have two buttons Quarter and Month I want to show them in a drop down view.Is it possible?

Please help me

Thanks in advance

Best Regards

Anusha

17 Replies
Anonymous
Not applicable
Author


Yes exactly

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Those are not buttons, but values of a field in a multibox object.

Create a table in the script:

Periods:

LOAD * INLINE [

Period

Month

Year

];

Next create a multibox and add the field Period to the multibox. You can now select Year or Month in the drop-down list of the multibox.

You can use the selections in this Period field to show/hide expressions in a chart as needed using the conditional display option for expressions. The technique for that is explained in this blog post: Customizable Straight Table


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author


No Gysbert actually I created two buttons like year and month.those are not fields.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

A multibox cannot contain buttons.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

yeah I am also not using multibox just I gave an example for understanding like that view I have to view these two buttons.is there any better solution for solving this

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yeah, I described it above.


talk is cheap, supply exceeds demand
nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Hey Hi Anusha.Yes its Posible.Kindly find below attached file.You can easily understand.

Let me know after cheeking this file.

Anonymous
Not applicable
Author

Thankyou Gysbert wassenaar for ur help.