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!