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: 
mario-sarkis
Creator II
Creator II

Set analysis(Lost Amount)


Lost Amount:

i have a data looks like that

ID     Jun-2014    May-2014  April-2014 .......

Each ID has an ammount in each month-year

i need to show the evolution in a line chart of lost amount for each month

Example

ID     Jun-2014    May-2014  April-2014 .......

x       1000           2000           1500

Evolution in a pie chart is

ID     Jun-2014    May-2014               April-2014 .......

x       1000           (2000-1000)           1500-(2000-1000)

                             

Please help Than you

Labels (1)
2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

I think this will do it for you:

=Sum(x) - Above(Sum(x))

or

=Sum(x) - Above(Total Sum(x))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
sunilkumarqv
Specialist II
Specialist II

try like attached