Hi,
In an active report, I need to display bottom 5 records. For this I've used bottomCount(Product, 5, volume). But it's showing only negative values. But I need bottom five records which is having positive values. Please help me to proceed!!
with Regards,
Antony Jerald
Hi,
I think you need to combine this with a filter() function to filter your expression to use Product members only where the volume is positive.
Regards,
MF.