Skip to main content

For Example In the location Ramganj Mandi, India, you would show the count only if there is more than one value. This means that if there is only one value, you would not display the count, but if there are two or more values, you would then display the count.How To Display Count Only if it is more than 1

1 answer
  1. Oct 3, 2023, 6:23 AM

    try this @Abhishek Fodikar​ 

     

    IF {FIXED [Location]:Count([Location])} >1 then 1 END
0/9000