hi all! me too:)
i want to give a query item two filter
the query item accept the parameter by prompt page
the name of query item is 'studentName',
when the length of parameter greater than 9, i will use "studentName = ?para?"
else i will use "studentName contains ?para?"
how can i make the requirement come true?
thanks in advance!!
hi,
i think its not possible.
hi,
i think its not possible.
thanks
Raj
Hi
Why not use the standard "Select and Search" prompt
hi,
using static filter and dynamic filter we can apply it.
Hi,
Trevor is correct, thats the best thing which we can do for this kind of Scenario.
Regards,
G.V.
Try this filter:
(character_length([StudentName] > 9
and [StudentName] = ?para?)
or
(character_length([StudentName] <= 9
and [StudentName] contains ?para?)