Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
Not sure if this is possible.
I'm having simple script like below:
LOAD User,
Date,
month(Date) as Month,
year(Date) as Year
FROM
....
I have created below table in front end:
Is there any possibility that I can call count(Month) in a list box to get these numbers as a list????
Thanks,
AS
try to aggr() with USER dim...