Joined: 25 Aug 2009
Location: United States
Online Status: Offline
Posts: 166
Posted: 12 Oct 2017 at 7:24am
I did changed it to Default values for NULLS but still returns NULLS. So I created another formula If ISnull() then 0 and used that formula to suppress blank.
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 18 Oct 2017 at 7:48am
In example 2 each row the TransId value was changing. I think it works kind of like a next() or previous().
If you sort on policy and transid it should be fine.
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 18 Oct 2017 at 8:16am
Sorry. I mean that in a Running Total for the evaluate section when you use the on change of a field option it acts like the next/previous functions in a formula. It was just a way to explain why it "works" in your first example but not the second. If you change your sort order it changes the way the RT will evaluate.
Joined: 25 Aug 2009
Location: United States
Online Status: Offline
Posts: 166
Posted: 30 Oct 2017 at 10:41am
Hi Dblank -
Sorry for revisiting this again. I didn't have all the data laid out so still the results are skewed.
Apart from the TRANSID field I do have PCTSPLIT Field that I needed to take into account while doing the Running Total for AMOUNT
Policy PCTSPLIT TRANSID AMT
JKC69 0 RC 0
99 DU 1400
99 DU 0
1 DU 600
With the Evaluate on TRANSID and sort on POLICY,TRANSID its still giving the wrong running total for AMT as $1400.Instead I should show $2000 as correct amount
How to include both the fields in Evaluate for RT?
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 31 Oct 2017 at 4:28am
If you cannot use the PCTSplit as the evaluate on change of field you can likely create a formula field that concatenates PCTSPLIT and TRANSID and then use that for the field for on change of.
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 31 Oct 2017 at 5:19am
What data type is the PCTSPLIT field?
You can leave the decimal points in as it is not relevant to the change of the field. Note you don't have to display the field to use it in the RT.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum