Hi all,
i have a datawindow which can contain thousands of records , each record has a status code.
Lets say status can be 0, 1, 2, 3 , 4
What is the fastest way of showing the user how many records with status 0 there are , status 1 and so on.
I have a grid datawindow which i want to keep like it is. So i can't use the group function , this will change the datawindow which i don't want.
I was trying the filter function also , but this flashes my screen a lot ( filter on status 0 , filter on status 1 , and so on to retrieve everything again )
Just not sure what is the best way to achieve this.
TIA
John