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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
jim_chan
Specialist
Specialist

Previous and Next button for 2 bar charts

Hi guys,

just wan to know whether it is possible or not.

I have 2 bar charts to show.. side by side. i cant use the srcollling and limit to certain value shown, because if i do so, i have to scroll the left barr then scroll th right bar as well.

i am thinking, can i create Next or Previous button , and set it to show 5 data each time, previous or next. but when i click on the button, both bar charts to should be affected as well.

anyone there???

Rgds

Jim

12 Replies
johnw
Champion III
Champion III

No. Depending on what you're loading from, that might or might not assign the right Rank values. But what it will definitely do is connect Country with Rank in the data model, which we need to avoid. Once you've loaded the table(s) that have Country in them, do this, mirroring what I had in the example.

Show:
LOAD recno() as Rank
AUTOGENERATE fieldvaluecount('Country')
;

Or maybe it's more clear if we do it with two variables. See attached.

jim_chan
Specialist
Specialist
Author

Hi, but i how can fixed the range??? is it possible to fixed the range? everytime when i use the roller on my mouse, the range will be different.

but i need to be fixed.

jim_chan
Specialist
Specialist
Author

what buttons do you mean?