Skip to main content
Solved

Static values in RDM views

  • May 1, 2024
  • 1 reply
  • 13 views

Is there a way to put columns in a view with a static value? Like you can in a sql statement, such as

SELECT col1, ‘this is a static value’ AS col2

Best answer by AKislyakov

Hi Patty,

If you need it only for read-only purposes, you can use Data sets, but if you need an editable view, then no, only table columns are allowed.

1 reply

Forum|alt.badge.img+2
  • Ataccamer
  • Answer
  • May 2, 2024

Hi Patty,

If you need it only for read-only purposes, you can use Data sets, but if you need an editable view, then no, only table columns are allowed.