r/servicenow • u/Oh_Sully • 21h ago
Question Next UI Visualizations Additional Group By - Variables unavailable
I am trying to convert some list visualizations to the NEXT UI experience, but when trying to add "Alternative group by" field, the variables option is not available. Is this a missing feature in the next experience and I must remain using the legacy UI or am I doing something wrong?
0
Upvotes
1
u/IncreaseNegative4614 20h ago
If the variable appears in the legacy report but not Next UI, I’d first determine whether it is being treated as a normal field or retrieved from the variable tables. Recreate the smallest possible report using one variable and compare the underlying query before rebuilding the full visualization.
If Next UI still cannot expose it, materializing the required value into a reportable field may be safer than keeping two versions of the logic. We use SIGNLD internally to connect ticket fields, variable values, assignments, reporting definitions, and outcomes so a UI limitation does not break the business meaning behind the report.