Hi all,
I guess it's very simple, but I'm completly stucked on it. I want to filter from drop down list, but it shows no results or not applies selected name. I tried all settings found in Action's menu. Thanks in advance!
Hi @mat_ste_cb
The problem is in your tenants names.yxdb file. The name value pairs you have all have TENANT as the value.
Value Name
1 TENANT !Con Fitness2 TENANT (Magazyn)3 TENANT 1 Minute4 TENANT 24 Holiday5 TENANT 3 Naj
This is the what is used in the workflow to replace PEPCO in your filter. The final filter value ends up being
[Tenant] = "TENANT"
The values in the [names] column are what shows up in the drop down list. The values in the [Values] column are what is use downstream
Change your [Values] to match the values in the [Tenant] column in your main data list.
Dan
Thanks a lot! I spent plenty of hours trying to solve it. I'm so greatful and delighted!
Glad to help
Are you able to use the data contained inside of the database or do you need a separate list? Like if I want the user to select which ID the would like to look up which will in turn become the filter applied. can I indicate =if(C=C:C sort of deal. Or even Manually enter the ID numbers for the 132 products we have? IE:
Name: Value
1 2
2 2
3
4
5
6
7
These columns being in the same database the filter is? Sorry if I am not allowed to ask additional questions on a thread. I found this answer for the same reason so I hope this is ok.