Hi,
Apex 20.2.0.00.20; Listener 19.4.6.r1421859; Oracle 18c XE
How does one set the default value for checkbox facet after faceted search report reset?
I have a facet P100_STATUS with Default Type=Static and Static Value= 2:5:6. Values are selected on initial page load and passed to REST Data source for execution. However, after resetting the report with reset button the values are cleared.
Tried the following:
a) set items directly in 'Reset' button behavior section --> target --> set item P100_STATUS, value 2:5:6. Result: no values are set in the facet after reset. Even more bizarre is the fact that set item value is truncated after save from 2:5:6 to 2. I believe it is a bug.
b) tried setting P100_STATUS value with dynamic action at various execution points. No luck.
Thank you.