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

Compare records

I have a Pivot table chart with 3 dimensions:

Image2.jpg

I need to find a way to compare records in B2 column between different FileDates (second dimension).

For example - display (highlight) records in column B2 for 7/18/2013 date that are not matching similar records for 11/18/2013 date.

Or create an expression that counts (and highlights) records from B2 Dimension for 7/18/2013 date that are not matching similar records for 11/18/2013 date

Any suggestions how to do that?

Regards,

Vladimir

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Vlad,

It's a matter of defining two sets and then doing set operations to find the intersection or difference. The easiest way to define the two sets is to use Alternate States and select a File Date in each state. See the attached example of something similar I did earlier.

-Rob

http://robwunderlich.com

View solution in original post

3 Replies
tresB
Champion III
Champion III

Probably highlighting can be done using if statement as background expression of the dimension/expression. The counting would vary on presentation ( where/how you need that to be presented (text box/chart itself)). Share a sample qvw explaining your expected output there.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Vlad,

It's a matter of defining two sets and then doing set operations to find the intersection or difference. The easiest way to define the two sets is to use Alternate States and select a File Date in each state. See the attached example of something similar I did earlier.

-Rob

http://robwunderlich.com

vlad_komarov
Partner - Specialist III
Partner - Specialist III
Author

Rob,

Thanks for the suggestion. This is exactly what I need.

Regards,

Vladimir