Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In Qlikview, I have a table with multiples value for one stations.
| Name | Versions |
| STS1 | 10.2.3 |
| STS1 | 10.2.7 |
| STS1 | 11.2.4 |
| STS2 | 10.2.3 |
| STS2 | 11.2.4 |
| STS3 | 10.2.7 |
but, I would like to have a table with the max versions for each Stations
| Name | Versions |
| STS1 | 11.2.4 |
| STS2 | 11.2.4 |
| STS3 | 10.2.7 |
Could you help me please ?
Thanks
You may try: maxstring(Versions)