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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

COMPARING PERIOD VALUES AND CALCULATING VARIANCES

Hi

I have done a pivot table that I populate with "Current Period" and "Previous Period" values, using the following Calculated dimension:

=IF(MATCH(SELECTED_MONTH-PREVIOUS_MONTH,0,1),PREVIOUS_MONTH)

and the following expression:



COUNT

I need to calculate and display the variance between SELECTED_MONTH and PREVIOUS_MONTH as well as the percentage variance.

Would appreciate any assistance.

(Location)





Labels (1)
2 Replies
Anonymous
Not applicable
Author

think the expression is missing ... :


johanlun wrote:

and the following expression:






COUNT



Not applicable
Author

The expression is:

count(source)