Forum Discussion

harirao's avatar
harirao
Post Prodigy
6 years ago

Comparison Week over week trend

Hello All,

I Have created week over week trend comparing current week with previous week, due to decimal not trend is not giving result.

Please find the below measures used to calculate trend.

 

test_Wow2 = Query1[> 6 Weeks Visibility % of Regional Total]-[Test WOW2]
WOWTrend2 = IF([test_Wow2]<0,"▼",IF([test_Wow2]>0,"▲","--"))
ColorCode2 = if(Query1[test_Wow2]<="--",0,if(Query1[> 6 Weeks Visibility % of Regional Total]=0,0,if(Query1[test_Wow2]="▲",1,-1))) //(Conditional formatting for WOWTrend2)

Current week DACH WOW trend was suppose to be "--", but it is showing up arrow 
"▲" due to 0.4% difference comparing previous week.
when every there is 0% in difference (0.1% to 0.9%)  trend should show as "--".


Thank You
Regards,






4 Replies