Hi All,
I have one requirement to create one conditional prompt where user can enter the location number for different conditions
for example :
location number < input data
locatio nnumber > input data
location number = input data
please suggest me
case
when table.column < @Prompt('input data',,,,) then '<'
when table.column > @Prompt('input data',,,,) then '>'
when table.column = @Prompt('input data',,,,) then '='
end = @Prompt('Operator (< > =)','A',{'<','>','='},mono,constrained)