Boost
September 1, 2021, 12:32am
1
I’m trying to convert the number into a list so that I can merge it with other :sums (actual, budget, and forecast are numbers)
Does anyone know the best way to resolve this? I suppose I could make a bunch of custom states, but it’s too much of a hassle
Didn’t quite understand…
When you do the Search for, the result is already a list… so if the “Item’s Actual” is alerta number, than the result will be a list of numbers…
Boost
September 1, 2021, 12:59am
3
Cost Items are a separate data type, which are not numbers. However, they contain numbers such as actual, budget, or forecast numbers
Boost
September 1, 2021, 1:01am
4
I need the sum of the actual numbers, sum of budget numbers, and sum of forecast numbers and create a list out of the sums. Out of the 3 sums, then I would like to take the max and multiply 1.2
Boost
September 1, 2021, 1:02am
5
So if you try to convert :sum into a list, it won’t let you
system
Closed
November 10, 2021, 12:33am
6
This topic was automatically closed after 70 days. New replies are no longer allowed.