Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Need some helps here.
I'm trying to show the max "Rows" value by date.
For example:
The max row for abc.qvw is on 19-09, it should show 23.
then for xyz.qvw, the max row is on 18-09, so it should show 55.
Hi
Please check my attached file.
do let me know if this one help you.
Hi,
Use Maxstring function in place of sum
HTH
Reg,
Shubhu
In fact, i have tried so many possible ways.
None works....
so i suspect, it's either not possible to do it with that structure, or we need to manipulate the data further.
this expression works if only there's only one date row. when u have multiples, it wont work.
MaxString(if(DATE=aggr(maxstring(DATE),QVW),ROWS))
Hi,
Have a look at the attachment.
Regards,
Kaushik Solanki
Hi,
Try to change from sum(Rows) to max(Rows).
Regards,
Sokkorn
Hi,
Check the attached doc.
Reg,
Shubhu
Hi Kaushik,
Thanks, but i need it in the table.
Hi Shubhu,
Neat, but the data is wrong. the 55 is on 18-09. not 19-09.
Thanks.
Hi,
OK have a look at the file.
Regards,
Kaushik Solanki
Hi Kaushik,
Thanks agian, but the max() wont work if we want QVD | DATE | ROWS in the table.
Any other tips?