Hello everyone, π
Iβm building an overlay view to show case details, using number as a variable.
Currently, the overlay view has a predefined filter like this:
FILTER "sc_req_item"."number" = '${number}';
Β
However, Iβd like to make the overlay more dynamic β for example, use another variable ${case_table}
to replace "sc_req_item"
(or even "sc_req_item"."number"
) so that the same detail view can work for multiple case types, such as Requests, Request Items, and Tasks.
Β
Has anyone successfully used a variable for table or column names in a FILTER statement (or found another way to make one detail page work dynamically across multiple case tables)?
Any insights or workarounds would be really appreciated! π
Β
Thanks!
BR,
Xiangxiang