Divide by - Function
Hi there I have an strange issue:
In the following i want to divide the values by 1000.
But Board is actually dividing by 100.000:
Answers
-
Hi Benjamin,
I cannot reproduce your case, maybe you can give a bit more information about the layout and the display settings you made on the Object?
One thing i recognized in your screenshot is, that you display the cumulated values from block b, but you apply the scaling to the values of block a?
Kind regards
Philipp
0 -
Hi Philipp,
thanks for your quick answer.
Exactly i would like to show the cumulative sales. But i have built in an if-function, so that the chart won't show the same value for the future months.There are no further settings made in the object.
Even though i apply the divide by funtion direct on block a it divides the values not with 1.000 but 1.000.000
I think board has a problem with the ranking function.
0 -
It looks like the divide by function doesn't work on ranking blocks…
0 -
Hi Benjamin,
you are right. The function doesn't seem to cope with the divide by at the source block.
An alternative is to do this via an algorithm and have the ranking function accumulate this.
Kind regards
Dietmar
0 -
Or include the divide by 1000 in the algorithm of c.
0