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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

calculate flow

I got a database with updates every night.

ex.

I got the fields ITEM - AMOUNT - DATE.

What I want is to make a chart showing the flow per day.

so something like take a view everyday - what was the amount the 1. january - 2. jan..........

and when it has run a year I can see what was the amount of items at a specific date

any good thoughts or ideas are really appreciated

regards

Labels (1)
1 Reply
tresB
Champion III
Champion III

Pivot table:

Dimension1: Item

Dimension2: Date

Exp: Sum(Amount)

?