Qlikview - Pivot Chart accumulation expression -
i pretty new qlikview , need pivot table, accumulation expression (hope makes sense) on time. have tried find solution here, copy pasting expressions doesn't work (trial , error didn't pay off far). hope can me first app.
i have managed setup bar chart , works because can check full accumulation, in pivot there no such thing..
here setup:
dimension: date
expressions:
created = count(if(status='new',id))
resolved = count(if(status='resolved',id))
open = created - resolved
here find sample data. table modified original date in order "event" list, can track when each ticket created / resolved (thanks contributors stack overflow). understanding practice.
in attached image see want achieve, cause issues totals. right now, while open totaly broken, end total @ end of pivot calculated "ok", on each day totally wrong. can have both? gladly give on total sum of open if can work daily.
i have personal edition unable open qlikview apps, appreciate if show me how in detail.
if had issues pivot accumulation had, use expression: rangesum(before(count({}id) - count({}id),0, columnno()))
Comments
Post a Comment