Case - % Increase on Previous List Item
Hi All,
I am working on one use case where need to calculated the value on the basis of previous list item. Module doesn't have a time dimension. But I've created mapping module to identify the previous item.
Please see below screenshot for your reference.
Final Value = Previous (final Value)* % increase.
Can you suggest any idea to do this?
Thanks in Advance
Ashutosh
Best Answer
-
Hi @Ashutosh
What would probably do is create a time period and then map your list to that and can then use the previous function and then bring the values back again. Does require two look-ups but is nice and simple and avoids circular references from happening.
I'm sure that there's a way to do it just on the list itself but is probably less clean than the above
Andrew
1
Answers
-
Hi,
If you map your list to time dimension in a way so Escalation 1 = Day 1, Escalation 2 = Day 2 and so on you can use lookup to get these to a module by time dimension and then use previous to get values. Then you can lookup values back to your original model.2 -
@dikshant,
The escalation list I am talking about.
0