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: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

Help with chart

Hi all,

I am trying to create a straight /pivot table showing figures for this year (broken down by group) but also including a TOTAL column for last year then showing the variance between them both.

I have included a sample, cam anyone help with this? i am not sure if it can be achieved. I know i can do it in seperate chartts but i need it to go on a report and look good.

I was hoping for a result similar to the below.

Capture.JPG.jpg

Many thanks

6 Replies
bbi_mba_76
Partner - Specialist
Partner - Specialist

Hi,

I think you could

1. concatenate the 3 expressions using the dimensionality() function to set the total value (ie if(dimensionality()=0, Expr1&' '&Expr2...)

2. use calculated fields

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Hi, thanks for your reply. is it possible you could show me what you mean using the sample please?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can fake it with three pivot tables and some text boxes.


talk is cheap, supply exceeds demand
hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Hi Gysbert,

I have already tried that. it looks really good in the qvw itself but when i create a report and position the objects on the page it doesnt print everything correctly.Capture.JPG.jpg

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Take 2.


talk is cheap, supply exceeds demand
hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

actually i dont think that will work either as it needs to be at date level not year, and all the dates are in the inline table which i think will be a lot of maintenance also.

there would need to be a record for every day of the year by reportingreasongroup by reporting group for a maximum of 2 years.

this seems to be harder than i thought