Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
wim_rijken
Partner - Contributor II
Partner - Contributor II

Set analysis: use value of other dimension

I have a very simple data model:

Product

Posting Date

Posting Month (derived from Posting Date)

Posting Year (derived from Posting Date)

Document Date

Document Month (derived from Document Date)

Document Year (derived from Document Date)

Amount

I would like to create a Pivot table:

  • rows: product
  • columns: Posting Year and Posting Month
  • expressions:
    • Amount based on Posting Year/Month > this is simple, just add the expression: sum(Amount)
    • Amount based on Document Month > what is the formula for this?

So something like: Sum({$<Posting Year=,Document Year={Posting Year}>} _Amount)

Do I need set analysis for this, or can I achieve this in another way?

1 Reply
swuehl
MVP
MVP

Create a canonical date from Posting date and Document date:

Canonical Date

Create a calendar for that canonical date (Year and Month)

Filter for date type (document / posting) in your expressions.