Skip to Content
0
Former Member
Nov 24, 2008 at 08:22 PM

CR10 - Sample data

32 Views

How can I apply the following formula to display a percentage of random data per each group in my report?

RecordNumber > (25/100)* count({tbl.column})

For instance, if I have a company table the above would give me my desired results. However, I want to break the random sampling per each department in the company. How would I go about doing this?

Thanks in advance!