Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
Already spent 2 hours on an elementary task. No matter how hard I try, nothing comes out.
I am trying to add another artificial value "1111" to the ID field, but when Concatenating this table, the integer format is interpreted as String. Any squats in this regard did not give any success.
Look at the simple Script:
tmpData: LOAD * Inline [tmpField];
OMG (!)
Solution that helps me:
Subfield(1111, ' ', 1) as [Показатель ID]
Hi Try this.
Num(Num#(1111))
Doesn't works
OMG (!)
Solution that helps me:
Subfield(1111, ' ', 1) as [Показатель ID]