Hello
@Richard Mabjish,
Use filter condition as follows:-
instr(
# sq(
join( ';', array (promptmany('country','token','''NA-Country'''),
promptmany('city','token','''NA-City''') )
)
) #
,[location])>0
Please Note :- This would require local processing and might impact performance.
Hope this helps.
------------------------------
Dinesh K. Dhiman
BI Architect,
IBM Data and AI Experts Labs | India Software Lab Services
------------------------------
Original Message:
Sent: Wed July 08, 2020 10:14 AM
From: Richard Mabjish
Subject: Multiple filters on same column
Thank you @HENK CAZEMIER
This would work if I select values for both prompts.
However when I select values for ?country? and leave ?city? blank, I get results for the countries I selected and ALL the cities.
I would like to only return values for countries selected.
Any ideas or modification?
Thanks!
Original Message:
Sent: Wed July 08, 2020 09:57 AM
From: HENK CAZEMIER
Subject: Multiple filters on same column
Hi Richard,
Please try:
[location] in (?country?) OR [location] in (?city?)
//Henk
------------------------------
HENK CAZEMIER