Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
what buttons do you mean?