Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
Need a small help
I am having a field called Receipt date
I want to calculate Minimum Receipt Date only in script
I am using
Load
Min(Receipt Date) as Minimum Date
from xyz.qvd
But it is showing error
could any one of you help how to write this inn script level
Thank you,
Satya
Maybe
Min(ReceiptDate)
or
Min([Receipt Date])
You can not have space between two words.
If that does not help..
What is your error?
BTW:
in subject you have Max but you are using Min.
Feeling Qlikngry?
Hi Robert,
Thank you for reply I am using Min([Receipt Date]) only
but still it shows error
Thank you,
Satya
as mika said is correct.
try this.
Min(Receipt Date) as MinimumDate no space in MinimumDate
What is your error?
Its Dislaying Invalid Expression
Its Displaying Invalid Expression
hi,'
try dis
Load*,
Min(Receipt Date) as MinimumDate
from xyz.qvd
I have done the same thing but it is showing invalid exression
can u shre the screen shot of that ?