Need to check if the first character of a string is number. Trying
Value.Is(Value.FromText(Text.Start([DESC.1],1)), type {number})
Everything comes back as false.
Value.FromText help indicates it decodes the value returned and applies appropriate type, but that doesn't seem to be the case. Any ideas?
Value.Is(Value.FromText(Text.Start([DESC.1],1)), type {number})
Everything comes back as false.
Value.FromText help indicates it decodes the value returned and applies appropriate type, but that doesn't seem to be the case. Any ideas?