Discussion Board for collaboration related to QlikView App Development.
I am using below expression in my qlikview chart straight table.
Dimensions
=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE) , EMP_RESIGN_DATE), if(not IsNull(EMP_RELIEVE_DATE) , EMP_RELIEVE_DATE))
Expressions
=If(vUserInput, if(IsNull([EMP_RELIEVE_DATE]) , Date(EMP_RESIGN_DATE+vUserInput)), if(not IsNull([EMP_RELIEVE_DATE]) , EMP_RELIEVE_DATE))
While exporting into excel, the date format coming as "42301","45219",etc,
Is there anything need to change the format in dimensions or expressions...?
Did you activate the date format for your expression?
Thanks..It's working