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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Chart dimension interchange


Good morning everyone!

I have simple pivot table, let say as below.

Where Scenario is Dimension and 1Q14, ..4Q14 are Expressions

Scenario       1Q15    2Q15   3Q15   4Q15

BB                  3.0        3.5     2.4      3.7

BA                  5.2        2.6     3.9      2.8

FB                  1.9        4.5     3.5      3.1

FA                  5.2        2.6     3.9      2.8

FSA                1.9        4.5     3.5      3.1

With above example I have been getting Line chart as

Scenario on X axis and all Expressions values being displayed on Y axis as attachment.

But I want other way like 1Q15...4Q15 on X-axis. I tried changing dimension on Pivot side but unable to do so.

Is there any way without redefine dimension on Pivot?

Thanks for your time

Labels (1)
14 Replies
Anonymous
Not applicable
Author

Sum({$<QUARTER = {2}, LINE_NUMBER = {'7','21'}>} PROJECTION_VALUE)

1Q15 is basically QUARTER 2 in database

LINE_NUMBER is just for filter

Clever_Anjos
Support
Support

Why don´t use Sum({$<LINE_NUMBER = {'7','21'}>} PROJECTION_VALUE) as expression and QUARTER as dimension?

Anonymous
Not applicable
Author

I achived by this. Thanks

Now any idea how come I see only one Legend name at chart top?
Any idea to remove/hide?

Capture.PNG

Clever_Anjos
Support
Support

This is set using at "Presentation Tab" , there is a textbox right below a check box called "show title in the chart"

Anonymous
Not applicable
Author

Got it, thanks for valuable time