Hi,
Is there anyway to include ISNULL in the below? I want to replace null values with a 0 and the last element of the below doesn't work.
(Switch([Rating]="1","0.2",[Rating]="2","0.4",[Rating]="3","0.6",[Rating]="4","0.8",[Rating]="5","1",[Rating]=" ","0")
Thanks in advance