Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

Date Format

Hi Community

i have date format like the way(02/11/2013)

But how can i set This date like as(Feb 11,2013)

Thanks

Rohith

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this

     Date(Max(Week)-7,'MMM/DD/YYYY')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

8 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this,

     Date(Date,'MMM DD,YYYY')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
NavinReddy
Creator II
Creator II
Author

Hi kaushik,

im using this function, date(Max(Week-7,'Month/DD/YYYY'))

its not working for me

Thanks,

rohith

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this

     Date(Max(Week)-7,'MMM/DD/YYYY')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
NavinReddy
Creator II
Creator II
Author

Thanks you its working fine

NavinReddy
Creator II
Creator II
Author

Hi,

help me its not working

="Total Calls in Previous Week" ( '&date(Max(Week)-7,'MMM DD,YYYY') -''&date(Max(Week)-7,'MMM DD,YYYY')

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this.

='Total Calls in Previous Week ( '&date(Max(Week)-7,'MMM DD,YYYY')&'-'& date(Max(Week)-7,'MMM DD,YYYY')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
NavinReddy
Creator II
Creator II
Author

Thank you its woking

NavinReddy
Creator II
Creator II
Author

Hi Kaushik,

sum({$<Week = {'>=03/24/13 <=03/30/13'}>}[Client Calls]),

sum({<Week = {">=$(=date(Max(Week)-7))<=$(=date(Max(Week)))"},Week=>} [Client Calls])

These two expressions giving differ ent results

second expression im selecting same month only

again different results,

plz help me

thanks,

rohith