alvieklaud
Programmer
Anyone know how to Create a formula that can show ties of the dyanmic TopN. To better explain this here's an example
Name no.of Visits
Name A 38
Name B 29
Name C 18
Name D 18
Name E 18
Name F 17
Name G 17
Name H 16
Ok so got the code down to where i can dyanmically change the Top for example Top 3 would include A,B and C. Now come the part that im stuck, C, D and E have a No. of visits of 18 so they should be include in the Top 3. so my report should show A, B, C, D, and E for top 3 can anyone help?.
i just supress the group footer x-2 and put in this formula, groupnumbers>{?topN} (topN) is my parameter.
Name no.of Visits
Name A 38
Name B 29
Name C 18
Name D 18
Name E 18
Name F 17
Name G 17
Name H 16
Ok so got the code down to where i can dyanmically change the Top for example Top 3 would include A,B and C. Now come the part that im stuck, C, D and E have a No. of visits of 18 so they should be include in the Top 3. so my report should show A, B, C, D, and E for top 3 can anyone help?.
i just supress the group footer x-2 and put in this formula, groupnumbers>{?topN} (topN) is my parameter.