cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve the following requirement in WEBI 4.0

ankit_vaidya26
Participant
0 Kudos

Hi Experts,

Please help me with following requirement :

MOnths|Carry Forward| Cumulative pending items|

APR | 0 | 3 |

MAY | 3 | 4 |

JUN | 4 | 5 |

JUL | 5 | 6 |

Above have 3 columns say Months, Carry Forward and Cumulative Pending items. Now in Carry forward Column I have to show the value of Cumulative Pending Items column previous value means In MAY month the value of Cumulative is being considered of APR month, similarly in JUN month of carry forward the value of cumulative of MAY should be considered.

Please help me to achieve te above requirement in Webi 4.0 SP6.


Thanks.

View Entire Topic
former_member198519
Active Contributor
0 Kudos

Have you tried using:

[Carry forward]= if (isnull(previous([Cumulative Pending Items]) )) then 0 else Previous([Cumulative Pending Items])