Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to create a field which will allow me to see values in the latest reporting month from my data set.
Is there a standard expression for this? 'ReportingMonth' is my field for reporting months, so I tried to create a dimension 'Max(ReportingMonth)' , but it didn't work. Any ideas?
Thanks, Tom
You should first convert your date to numerical form. Num(ReportingMonth) and then you can use max(num(ReportingMonth)). If you want, you can convert that data to date again.
Please let us know.
I am not sure if I understand the problem here. I am new to qliksense and it is probably better not to give an exact answer to your question. But I have some applications which I used dates as a dimension.