Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please find attached the qvf file.
i want to calculate the total sum with max(fmonthCD) and metrickeyid(1).
thanks
sunindia@
mey be this?
=sum({<MetricKeyID={'1'}, fmonthCD={'$(=max(fmonthCD)'}>} Sales)
Try
=sum({<MetricKeyID={'1'}, fmonthCD={'$(=max(fmonthCD)'}>} Sales)
Hi Prashanth,
Try this:
=sum({<MetricKeyID={'1'}, fmonthCD={'=$(=max(fmonthCD)'}>} Sales)