on ‎2014 Jun 13 9:43 AM
A time parameter with static list has been set to allow multiple value selection.
If only one value is selected then following syntax works for record selection
{Assignment_.SCHED_START_TIME}= DateTime ({?Date},{?Start Time} )
But it does not work for multiple values. What should the formula be to evaluate multiple values?
Request clarification before answering.
Hi Binit,
Try this:
{Assignment_.SCHED_START_TIME} IN DateTime ({?Date},{?Start Time} )
- Nrupal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Abhilash -
I tried that and it highlights
Time({Assignment_.SCHED_START_TIME}) IN ({?Start Time})
AND
Date({Assignment_.SCHED_START_TIME}) = {?Date}
and says time range required. Note, previously it mentioned date-time range required.
Should an array be used to store multiple values?
What more information can I provide you to solve this?
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.