Which two statements are true about faceted search pages?
Faceted Search supports the ability to filter columns storing multiple values.
Multiple charts are not visible in the same region.
A facet’s chart can be seen only in a nonmodal dialog.
Facets map to specific database columns.
Faceted search pages in APEX provide dynamic filtering. The true statements are:
Faceted Search supports the ability to filter columns storing multiple values: Facets canhandle multi-value columns (e.g., comma-separated lists or JSON arrays) using appropriate SQL (e.g., INSTR or JSON_TABLE), enabling complex filtering scenarios like tags or categories.
Facets map to specific database columns: Each facet is tied to a column in the underlying query (e.g., DEPTNO or JOB), ensuring data-driven filtering.
Multiple charts are not visible in the same region: False; multiple facets can display charts within the same region, depending on settings.
Submit