You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Could we handle FACET cases() in our Stacked Bar Chart? Right now, running this query results in a single stack and doesn't allow for filtering out the 'Other' category because the visualization sees only one FACET returned in the metadata.groups property on the NRQL data response.
Example query: FROM Transaction SELECT count(*) FACET cases(WHERE duration <1, WHERE duration >1)
Summary
This requests comes from Gaia Flor Ludovico because running the visualization with the following query FROM Transaction SELECT count(*) FACET cases(WHERE duration <1, WHERE duration >1) "works" but doesn't allow filtering out 'Other' because we only get a single facet type in metadata.groups.
Desired Behavior
Will need some discovery to determine how to best display FACET cases().
The text was updated successfully, but these errors were encountered:
Could we handle
FACET cases()
in our Stacked Bar Chart? Right now, running this query results in a single stack and doesn't allow for filtering out the 'Other' category because the visualization sees only one FACET returned in themetadata.groups
property on the NRQL data response.Example query:
FROM Transaction SELECT count(*) FACET cases(WHERE duration <1, WHERE duration >1)
Summary
This requests comes from Gaia Flor Ludovico because running the visualization with the following query
FROM Transaction SELECT count(*) FACET cases(WHERE duration <1, WHERE duration >1)
"works" but doesn't allow filtering out 'Other' because we only get a single facet type inmetadata.groups
.Desired Behavior
Will need some discovery to determine how to best display
FACET cases()
.The text was updated successfully, but these errors were encountered: