79432344

Date: 2025-02-12 08:22:41
Score: 1
Natty:
Report link

You probably need to specify that's a calculated table you are dealing with. This works:

foreach (var t in Selected.CalculatedTables)
{
    t.Expression = "{...}";
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jzrzmy