How can i get value of column when that column use a count expression
I have one column what value use a COUNT, and i need get the major value, but i cant use MAX because the count, and i cant use order that column to use TOP after, someboby can help me???
I used =if(rank( Count(Codigo_Proposta ),3 )=1,Count(Codigo_Proposta ),0) , i could not use on the load script because i use dynamic table, and users will change every time, example by day, by month, etc....