Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have table :
Distance | Text |
1 | CityA |
2 | CityB |
and I want to create KPI - that should show min(Distance) = CityB,
how to do it with set expression? thanks
Hi,
solution:
Only({<[Distance] = {$(=min([Distance]))} >} [Text])