Friends I have field which has values 01EE013,LANE215, etc
I have 5 different sort slection in paramter
If {?Sort} = 1 then tonumber({Command.STORE})
else If {?Sort} = 2 then tonumber(left({Command.LOCN},1))
else If {?Sort} = 3 then {@rdays1}
else If {?Sort} = 4 then {@tdays1}
sort is numeric parameter
sort works fine when Command.LOCN} starts with numeber but fails when starts with A or B or C.
Any help or ideas?
Thans a lot.
V
I have 5 different sort slection in paramter
If {?Sort} = 1 then tonumber({Command.STORE})
else If {?Sort} = 2 then tonumber(left({Command.LOCN},1))
else If {?Sort} = 3 then {@rdays1}
else If {?Sort} = 4 then {@tdays1}
sort is numeric parameter
sort works fine when Command.LOCN} starts with numeber but fails when starts with A or B or C.
Any help or ideas?
Thans a lot.
V