cancel
Showing results for 
Search instead for 
Did you mean: 

User Response date

Former Member
0 Kudos

Hi guys,

i am new to BO i am getting error while creating variable with user response with date

= User Response (''Date'') when trying to validate getting below error

'' The date or time format at position 14 is not valid (IES 10035)''

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member199945
Active Contributor
0 Kudos

Hi,

You have to use format-date function try this

= FormatDate(ToDate(UserResponse([Query 1];"Enter Start Date (PER):");"");"MM/dd/yyyy")

amitrathi239
Active Contributor
0 Kudos

There is no space in the userresponse. it's a single word.

is Date the prompt text?

=UserResponse (''Date'')