I have transitioned an analysis to a data model using the OBIEE connection. It's been requested to add parameters to the data model and report. I'm used to building them in any other connections, but the OBIEE connection is a little different. I'm running into an issue where the parameter is accepted, and I tried setting it to all values passed but now when the report runs its stopping at 600 rows when it should contain over 24,000 when all values are passed in the parameter selection. There's two parameters and the lines are:
AND "Employee"."Employee Name" in (:P_Name)
AND "Labor Schedules Details"."Status" in (:P_Status)
Any help in resolving this issue is greatly appreciated!
Thank you,
Sean