Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sub-total as calculated field (?)

Hi,

The following is an overview of what the client wants:

Knipsel.PNG

On the first column, the white cells represent dimmension (let's call him dim1) with values like 'Revenues from Services(temp worker), Employee expenses, IT Expenses'. Grey cells show subtotal (Total Revenues from services, Total Costs of services, Total operating expenses) but also calculated field like Gross Prodit ([Total Revenue from services] - [Total costs of services]).

To make things even more complicated, the second column ('Actual') needs to show value on the selected period, P-1 the previous period, ect...

Can this be done in Qlikview? without 1000 expressions...

Your help is much appericiated!

Dror

1 Solution

Accepted Solutions
Not applicable
Author

2 Replies
Not applicable
Author

Not applicable
Author

Nice approach!

There is however GP% which is calculated field and has a different format. Possible solution would be to add to extra fields to the report config. sheet (ExecProfitLoss):

1.  Expression - sum({<Dim1 = {'x'}>}amount) / sum({<Dim1 = {'y'}>}amount)

2.  Format - '%#0.0

'