Percentage in visible series selection
Answered
Can someone explain it to me how Yellowfin calculate the percentage number displayed when we activate the visible series selection?
I notice that it also changes whenever date slider is updated by users.
Hi Stephanus,
let x = first metric in time frame indicated by the date slider
let y = last metric in time frame indicated by the date slider
then the formula is as follows:
( ( y - x ) / x ) * 100
regards,
David
Hi Stephanus,
let x = first metric in time frame indicated by the date slider
let y = last metric in time frame indicated by the date slider
then the formula is as follows:
( ( y - x ) / x ) * 100
regards,
David
Hi Stephanus,
sorry, I should have said "value" instead.
Here is an example:
thus for the Passengernum series it is:
( ( 2 - 4 ) / 4 ) * 100
= ( -2 / 4 ) * 100
= -0.5 * 100
= -50%
regards,
David
Hi Stephanus,
sorry, I should have said "value" instead.
Here is an example:
thus for the Passengernum series it is:
( ( 2 - 4 ) / 4 ) * 100
= ( -2 / 4 ) * 100
= -0.5 * 100
= -50%
regards,
David
Replies have been locked on this page!