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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Architect
Partner - Creator
Partner - Creator

how to interchange Dimension and Measure in a line chart

HI,-

I have below details-

1>Dimension (X axis), 

expression= ('20-10-2020'-Date2),

Range = 0 to 300.

 

2> Measure (Y axis)

expression=  count(prime_key)

Range= 0 to 20.

Need change the line chart, where X axis and Y axis interchanges.

1 Reply
Or
MVP
MVP

This doesn't seem to make much sense - if your change your dimension axis to count(prime_key), what are you counting prime_key for? You would always have only a single dimension value, which would be the count of all prime_key values.