SQX007 — Fixed argument shape
Severity: error — blocks saving until fixed.
What happened
Section titled “What happened”Fixed takes its dimensions first and the expression last; dimensions must be column references.
How to fix it
Section titled “How to fix it”Write Fixed(Customer.Id, [Revenue]) — dims, then expr.