spicysudhi
Programmer
hi
i'm trying to get user input for a character column filter in report with a type-in prompt. since the table got millions of records, i cannot go for the pick-list kind. But i want to allow the user to input multiple values separated by commas.
my database si oracle. how should i specify the filtering condition?
i cannot user like PARTNO IN (?PARTNO?) bcoz my part number can be similar like ABC, ABC123,... If user inputs ABC123 then my codition return ABC also. the function INSTR also i tried but fails bcoz of this condition.
thanks,
sudhi
i'm trying to get user input for a character column filter in report with a type-in prompt. since the table got millions of records, i cannot go for the pick-list kind. But i want to allow the user to input multiple values separated by commas.
my database si oracle. how should i specify the filtering condition?
i cannot user like PARTNO IN (?PARTNO?) bcoz my part number can be similar like ABC, ABC123,... If user inputs ABC123 then my codition return ABC also. the function INSTR also i tried but fails bcoz of this condition.
thanks,
sudhi