

Creator II
2014-10-01
05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
doubt in before function
Hi all,
I have an pivot table with data shown in image
but what i actually want is i want add another expression that sums before column ie
Q1 Q2 Q3 Q4
val1 val2 val1 val2 val1 val2 val1 val2
6 6 7 13 8 21 5 26
Thanks in advance
727 Views
6 Replies


Creator II
2014-10-01
06:23 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is anyone to reply !!!
564 Views


Partner - Champion
2014-10-01
06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PFA
I hope it will help you
564 Views

MVP
2014-10-01
06:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
val1=Sum(AmtField)
val2=RangeSum(Before(Sum(AmtField),0,2))
564 Views


Creator II
2014-10-01
06:43 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
In both peoples answer ..im not getting it..
here is my sample file
564 Views


Partner - Champion
2014-10-01
06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry !
Exp2 shoud be =Alt(Before(Exp2), 0) + Exp1


Creator II
2014-10-01
07:02 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
is this achievable from script or using variable because i dont want it in front end
564 Views
