Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Yes exactly
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
No Gysbert actually I created two buttons like year and month.those are not fields.
A multibox cannot contain buttons.
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
Yeah, I described it above.
Hey Hi Anusha.Yes its Posible.Kindly find below attached file.You can easily understand.
Let me know after cheeking this file.
Thankyou Gysbert wassenaar for ur help.