Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have 10 expressions in my graph. Each expression has a Twin but they are current year and last year.
e.g. I have the expression "Sales" and "Sales LY", where LY= Last year.I also have "visitors" and "visitors LY" etc.
So, I want to create the possibility to cycle through the graph for a dashboard. The idea is that when a user clicks the cycle button, the graph will move from the Sales-pair to the visitors-pair and so forth.
Right now, I got TWO cycle buttons, which prompts the user to change to Sales on one button and Sales LY on the other.
Is there a way to make it cycle through pairs?
Hi,
You can group the Expression from the expression tab.
Regards,
Kaushik Solanki
Hi Kaushik,
Thank you for your answer, I am aware of the grouping feature under expression tab.
I have already grouped the expressions. What I need is the graph to cycle multiple Groups in 1 cycle.
Dear ,
you can group expression :
Else you can have a workaround by created a listbox with values Sales,Visitor and Etc and based on the selection in the listbox you can set the varible value based on that variable you can write the condtional expression.
Thanks,
Mukram
Thank you for your response. I am aware of the grouping feature. The listbox is a nice addition but I don't think it will suffice for this dashboard.
See this:
It is not really a solution to my initial quesion, but I made a workaround where I created a show/hide feature from QlikTips (Show and Hide Multiple Objects - YouTube). It works for the intention that I am creating this.