Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Try this
Date(Max(Week)-7,'MMM/DD/YYYY')
Regards,
Kaushik Solanki
Hi,
Try this,
Date(Date,'MMM DD,YYYY')
Regards,
Kaushik Solanki
Hi kaushik,
im using this function, date(Max(Week-7,'Month/DD/YYYY'))
its not working for me
Thanks,
rohith
Hi,
Try this
Date(Max(Week)-7,'MMM/DD/YYYY')
Regards,
Kaushik Solanki
Thanks you its working fine
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')
Try this.
='Total Calls in Previous Week ( '&date(Max(Week)-7,'MMM DD,YYYY')&'-'& date(Max(Week)-7,'MMM DD,YYYY')
Regards,
Kaushik Solanki
Thank you its woking
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