AutoComplete filter
12 March, 2013
hello,
i a'm wandering how to deal with a filter
that has big list of values.
is there a way to put an AutoComplete jquery like, inside yellow fin?
thank in advance.
ron.
i a'm wandering how to deal with a filter
that has big list of values.
is there a way to put an AutoComplete jquery like, inside yellow fin?
thank in advance.
ron.
i meant wondering :)
Hi Ron,
the way to handle large filter lists in Yellowfin is to either use a Custom Query in which you could limit the list for that particular filter by something like this query:
[code]"SELECT Country from AthleteFact where Country LIKE 'A%'" [/code]
or alternatively you could use Dependent Filters in which whatever value is selected in 1st filter would restrict the values shown in the 2nd filter.
I hope that helps your report, if there are any further questions then please don't hesitate to contact us.
Regards,
Dave
P.S. don't worry, I didn't think you were wandering the streets looking for an answer to your filter question :-)
the way to handle large filter lists in Yellowfin is to either use a Custom Query in which you could limit the list for that particular filter by something like this query:
[code]"SELECT Country from AthleteFact where Country LIKE 'A%'" [/code]
or alternatively you could use Dependent Filters in which whatever value is selected in 1st filter would restrict the values shown in the 2nd filter.
I hope that helps your report, if there are any further questions then please don't hesitate to contact us.
Regards,
Dave
P.S. don't worry, I didn't think you were wandering the streets looking for an answer to your filter question :-)
Hi,
we have the same question ,
but we have a filter with 400 members
is there a way to auto complete so when the customer start
writing on the filter - the list get shorter?
if not on the list filter at list in the popup one?
thank you
itamar - inflow
we have the same question ,
but we have a filter with 400 members
is there a way to auto complete so when the customer start
writing on the filter - the list get shorter?
if not on the list filter at list in the popup one?
thank you
itamar - inflow
Hi Itamar,
sorry there is no auto-complete for filters, you'll have to use one of the methods described above if you are dealing with large filter lists.
Regards,
Dave
sorry there is no auto-complete for filters, you'll have to use one of the methods described above if you are dealing with large filter lists.
Regards,
Dave