Forum Discussion

AgoZ_KH's avatar
AgoZ_KH
Icon for Resolver I rankResolver I
7 years ago
Solved

Color a table conditionally using SWITCH command

I'm tryng to use SWITCH command for a Table conditional formatting.   The syntax command -that function correctly with table- is: ColorDL = SWITCH(TRUE();AVERAGE(datatest[DWLMbps]) <= 40;"#ff0000"...
  • AgoZ_KH's avatar
    AgoZ_KH
    7 years ago

    I guess to have found my gross error! For my pourpose I must have to find as constant the average of average in a specific new calculation!!! Now the formula is right!

    Thanks and sorry!!

    Ago