Hi All,
Can we modify UserResponse() function in such a way that if UserResponse(“Month”) is giving 'Aug ’ , we get the full month name August.
shukla (BOB member since 2009-08-06)
Hi All,
Can we modify UserResponse() function in such a way that if UserResponse(“Month”) is giving 'Aug ’ , we get the full month name August.
shukla (BOB member since 2009-08-06)
Yes, we can. Use an If() or alerter.
Jansi (BOB member since 2008-05-12)
=FormatDate(ToDate("01/" + UserResponse([My Query];"Month:") +"/2009";"dd/MMM/yyyy");"Mmmm")
(the day of the month, and the year can just be hardcoded)
[Moderator Edit: Added code formatting - Jansi]
weaver (BOB member since 2008-10-17)
thanks
shukla (BOB member since 2009-08-06)