Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All
load * inline
[
qty
1
-
5
10
15
];
fill blank value with above value
means it will show as
try:
If(Isnull(qty) or qty='-', peek('NewQty'),qty) as NewQty
PFA