Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
hamy_IT_Dev
Contributor II
Contributor II

Which table can I use for Complex reports in QlikView?

Hi

I have to create a report like this:Capture.PNG

 what is your suggestion?

 

2 Solutions

Accepted Solutions
Gysbert_Wassenaar

Looks like a pivot table to me.


talk is cheap, supply exceeds demand

View solution in original post

Gysbert_Wassenaar

Enable the Partial Sums option for the relevant dimensions on the Presentation tab of the properties window of the pivot table.

If you need to use a different expression for the Total column then you'll have to use the SecondaryDimensionality() function. If(SecondaryDimensionality() >0, ...expression for total column... , ...expression for detail columns... )


talk is cheap, supply exceeds demand

View solution in original post

5 Replies
Gysbert_Wassenaar

Looks like a pivot table to me.


talk is cheap, supply exceeds demand
Anil_Babu_Samineni

I would prefer to use Set analysis based on Filter in reports. What you are asking is not the correct question. Can you please ask in detail

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
hamy_IT_Dev
Contributor II
Contributor II
Author

Hi  

Thanks, this helped

I used pivot table

But

How can I add 'All' Column

All = (All column in Group1 + All column in Group2 + All column in Group3) / 3

Gysbert_Wassenaar

Enable the Partial Sums option for the relevant dimensions on the Presentation tab of the properties window of the pivot table.

If you need to use a different expression for the Total column then you'll have to use the SecondaryDimensionality() function. If(SecondaryDimensionality() >0, ...expression for total column... , ...expression for detail columns... )


talk is cheap, supply exceeds demand
hamy_IT_Dev
Contributor II
Contributor II
Author

 Thanks , 

I did it by changing my column expressions like this:

avg(aggr(column expression,dimension1,dimension2))

avg(aggr(column expression,Province,Group))

But

When I do this solution, I see avg of All and avg of city and avg of All

but I have to show just Avg of All Column