Customer Banners (Ads) - SpiceUp. AX and SpotfireX Disclaimer



If you find this site useful and you want to support, buy me a coffee   to keep this site alive and without ads.

First() Second() and Third() unique values

#First unique value
First([columnname]) 

#Second unique value
First([columnname]) OVER Next([columnname]) 

#Third unique value
First([columnname]) OVER Next(Next([columnname])) 

No comments: