Denny,
Thank you very much, I see how that works now.
The odd thing is when I associate it with a parameter that is used in a query filter, the group is rendered as a radio button group. When I remove the parameter from the object, it renders as a check box group! Have you seen this behavior?
------------------------------
Steve
------------------------------
Original Message:
Sent: Tue October 22, 2019 10:23 AM
From: DENNY NAREZNY
Subject: Missing check box object in 11.1 R1
Manually updating the spec and adding in the tag autoSubmit="true" will work, but again this is not supported
Here is a snippet of what the spec will look like
<selectValue parameter="Parameter1" autoSubmit="true" refQuery="Query2" multiSelect="true" required="true" selectValueUI="checkboxGroup"><useItem refDataItem="Product line"/></selectValue>
------------------------------
DENNY NAREZNY
------------------------------
Original Message:
Sent: Tue October 22, 2019 10:18 AM
From: DENNY NAREZNY
Subject: Missing check box object in 11.1 R1
@Steve Prevost To see "Check Box" Prompt, you will need to change the option for Multi-select to "yes"
It's not possible to change the Auto-submit value to Yes for multi select prompts from the UI. The unsupported method would be to update the report spec and add the Auto Submit tag into the spec. Again, this is unsupported any may not work in all cases and may not work with future releases.
I will test it out quickly in 11.1.3 and let you know it it works or not.
------------------------------
DENNY NAREZNY