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: 
WGrabowski
Contributor
Contributor

Visualize dimension change over time

I have the data that changes over time. I got the task to visualize how many records were changed to higher or lower values than previous period. This should be dynamic so the user can choose any set of dates and the comparison would be shown over time.

Example data

CompanyDateParameterOther dimensions/measures
A2020-01-0110...
A2020-02-0120...
A2020-03-0120...
A2020-04-0110...
B2020-01-0150...
B2020-02-0150...
B2020-03-0140...
B2020-04-0130...

 

Expected result if form of count(Company)

Up/Down2020-01-012020-02-012020-03-012020-04-01
#Company Up-1--
#Company Down--12

 

If the user narrows down to selected dates (for example Jan and Apr only) I should present:

Up/Down2020-01-012020-04-01
#Company Up--
#Company Down-1

 

By using some complex logic (Pick, Aggr and Sign) I was able to create Master dimension showing Up or Down for single pair of dates but I have no idea how to expand this for any dates. Any hint would be highly appreciated my ideas are depleted.

 

0 Replies