

Creator III
2016-12-27
12:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Subtract Two Rows using expression
Hi Experts,
I need to subtract the two rows and the result should be feed to another column.
I have attached my Data in excel, Please any one give me the solution for attached data.
thanks,
3,510 Views
1 Solution
Accepted Solutions


Master II
2016-12-27
09:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3,297 Views
5 Replies


MVP
2016-12-27
12:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try a chart inter record function, Above():
=Rangesum( Value, -Above(Value) )

MVP
2016-12-27
12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In case you have more than Value for each Month, you might need to add Sum() or Avg() or whatever you expression is for value
=RangeSum(Exp4Value, -Above(Exp4Value))


Creator III
2016-12-27
09:44 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your valuable reply
But using above expression i did't getting my result. can you please give me a example .qvw or .qvf use the data which i have attached.
3,272 Views


Master II
2016-12-27
09:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Refer to the attached sample output. tks
3,298 Views


Creator III
2016-12-27
11:43 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for replied everyone got the output.
3,272 Views
