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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

graph with 3 dimensions

hi all,

how can i create a graph with 3 dimension?

i have:

2 salesman

2 years (2013,2012)

days (for month to date - 2013 and 2012)

and sales as expression

on OX have to be the days (1 2 3....24)

and i want to see the evolution for 4 lines (salesman 1 2013, salesman 1 2012,salesman 2 2013, salesman 2 2012)

in conclusion, i want to make comparatives between salesmen but with an eye also on last year the same period

thanks

cosmin

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Create a calculated dimension with four values by concatenating Year and Salesman: =Year & '-' & Salesman. Use that calculated dimension instead in the chart.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Create a calculated dimension with four values by concatenating Year and Salesman: =Year & '-' & Salesman. Use that calculated dimension instead in the chart.


talk is cheap, supply exceeds demand
Not applicable
Author

thanks, it works

so simple but so difficult if you are a beginner

many thanks again

cosmin