Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When I select Filter as dealer code 30109 then all possible values get selected on other filters too ie city as kolkata, brand as Audi and etc..(see fig 1)
I want that all these possible(city-Kolkata,brand-AUDI and etc) and selected values (Dealer code - 30109)should be seen as a filter(In print document) when I will click on print option. Please check fig 2 . In fig 2 only selected filter can be seen . I want possible values also to get selected also with selected filter.
fig 1
fig 2
you could use something as below:
=concat(DISTINCT fieldName, ';' )
in a text object
for each of your fields (ex city, brand, etc)
I hope it can helps.
Hi,
You meant to say I need to create individual text box for each filter?
Yes, to me is the only way to show all possible field values.
Take a look to getcurrentselections()
- Marcus