Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
how can i get date format in calender object.
how can i achieve this .
thanks,
have you checked the properties Number tab>tick override document settings>Select Date and check format pattern and give ok
try this
=date(date#(date(min(BatchDate2),'YYYYDDMM'),'YYYYDDMM'),'DD/MM/YYYY')
=date(date#(date(max(BatchDate2),'YYYYDDMM'),'YYYYDDMM'),'DD/MM/YYYY')
HI,
thanks for reply Taj and Kamal i used this format
=date(min(BatchDate2),'DD/MM/YYYY')
=date(max(BatchDate2),'DD/MM/YYYY')
i got the format this way . and in the table it is not changing when dates changing any idea on this let me know ,
because you have specifically asked Qlikview to format date inside the date picker only, you have to do same for the dates in table.
so, something like
Date(Date#(DateField,'DD-MM-YYYY'),'DD/MM/YYYY')
Kamal ,
i got what u said but below table should show as per date selection how can i make it any expression .
thanks ,
kamal ,
expression is =SUM(AMOUNT_USD)/FX_CONV_RT/metric
dimentions are Explannation and batchdate2
how can i make the expression to run as per selection dates.
thanks ,
Could you try changing it to web view and see if it works afterwards?
sum({$<BatchDate2={">=StartDate<=Enddate"}>AMOUNT_USD)/FX_CONV_RT/metric
EDIT
Start date and End Date would be the dates from your calendar control. You can save those two dates in variable and can use in place of StartDate and EndDate
kamal ,
thanks for the help .
thanks ,
pradeep
No worries, happy that your issue is resolved.