Skip to main content

I have a lobby element that will filter out Shop Order Operations by selecting rows where the Need Date is between the two parameters WeekStart and WeekEnd. I used to be able to click into the element and get brought to Shop Order Operations with the datasource conditions, but since adding everything past “List” it errors out. I’ve tried a variety of solutions and nothing seems to be working, what am I missing?

 

 

@RyanSleight  Have you checked to see if there is a difference between the data types for the parameters and Need Date?  You’ve cast the Need Date as a date, although it is already a date.  Are the WeekStart and WeekEnd parameters Date or Date/Time?


The parameters were both Dates, and I had tried casting them as dates as well and neither one of those solutions worked. I ended up not solving this issue and moved to using work week to filter the dates instead.


Reply