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: 
Anonymous
Not applicable

Report Format

Hi Friends,

Like to know wether we cab acheive the below report format in pivot table

1.   I have two dimension one is salesperson and other is week.

2.   we need to see metric self genrated sales count as inverted by  week.

3.   There are few more expressions  that is not needed to be inverted.

dimension1Expression1Expression2Expression3WEEKWW27WW28WW29WW30WW31WW32

I want to know how can I acheve this?

Regards,

Anant

1 Solution

Accepted Solutions
marcus_sommer

If you want to mix dimension and expression within the horizontally then you need to replace the horizontal-dimension through expressions like:

sum({< Week = {27}>} value)

or depending on selections or today:

sum({< Week = {"$(=max(Week) -8)"}>} value)

sum({< Week = {"$(=max(week(today()) -8)"}>} value)

- Marcus

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi  All,

Any Suggestions???

Thanks

Anant

Anonymous
Not applicable
Author

Hi Anant,

I have occasionally succeeded in dragging the dimension rows to the top, to make them columns, and the expression-columns to the left, which makes them rows.

marcus_sommer

If you want to mix dimension and expression within the horizontally then you need to replace the horizontal-dimension through expressions like:

sum({< Week = {27}>} value)

or depending on selections or today:

sum({< Week = {"$(=max(Week) -8)"}>} value)

sum({< Week = {"$(=max(week(today()) -8)"}>} value)

- Marcus

Anonymous
Not applicable
Author

tried but that dont work.

Thanks