Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a requirement like this, where I have 2 dimensions: SBU, Quarter and a Measure: Revenue
Can someone please help in showing one example/ideas?
Regards!!!
Have a look at this blog post
http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table
Add below in your script....
Considering your Fact Table is Temp:
Temp:
Load SBU, Quarter, Revenue From TableName;
Join
Load SBU, SUM(Revenue) as Revenue Resident Temp
Group By SBU;
Now Create a Bar Chart
Dimension
SBU
Quarter
Expression
SUM(Revenue)
Hi Manish,
Thank you for the response.
But I wanted a different chart/look which would show only SBU and Revenue. Some Button or Cyclic group kind of thing will help.
Can you help some?
Yup, a Drill Down or Cyclic group could be what you are after, so give it a go.
On the Dimension tab of your Bar Chart Properties click <Edit Groups>
HI Bill,
Can you please help on this?
But both should be in a single place (Switching by Button/Cyclic group etc)
Aaahhh !! I understand what you are after now.
You test first by changing the variable in an Input Box and add the button after that test.
Hi Bill,
Its getting more clear to me now. But could you please help a bit, by showing a small example.
It would be really helpful!
Have a look at this blog post
http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table
Hi Bill,
This is an excellent learning.
Thanks for helping me out and showing this article. Kudos!