Filter with tag list based on another filter that is liquid

Hello, 

I am trying to get a tag list in one filter on my dashboard that is limited with available reasults based on another filter. After applying option :

df90be73-8921-4a1e-ada2-cf86582cae7c.png

I have no values:

76dccef1-aa10-4af9-9297-dc2351d82ff8.png

I think the reason may be that filter that should limit the 2nd one (Title filter) is a liquid filter that is used in my view in a devired table. 

I’ve tried to add parameters suggest_explore and suggest_dimension to a view that is joined with the one I am currently working with, but still no reasults.

fd51af9c-4534-48b5-9dba-0745eaf28d3d.png

How to do this to get the tag list? What may be a reason of no values? 

0 2 879
2 REPLIES 2

sri75
New Member

Does your data have a structure like that

Lets say you have data in a table like 

Country and City

A simple group by on country will list all the cities by country

If your data is in this format you can do that which will only display the required values. 

Lets say your country filter is USA the city filter would only show you the values of cities in the USA not in other countries.

Hi Anabanana!

As Sri75 suggested, one option is to use dimensions (for instance: CASE-WHEN in a new dimension) to get a distinct list of possible values.

In general, you should be able to link the content of the parameter list in Filters > parameter list.

For instance, in my test I have stores that belongs to a district:

 parameter: store_lists {
type: string
default_value: "all"
allowed_value: {
label: "First Store - 8501"
value: "8501"
}
allowed_value: {
label: "Second Store - 8502"
value: "8502"
}
allowed_value: {
label: "All Stores"
value: "all"
}
}
b1aa4a2b-8f1c-4dda-9b0b-1ace2668e9d4.png
0acc1d80-fc06-450e-a299-435202fce220.png

Filter : District

136e7251-e03c-4471-abdd-d0edaac87f9e.png

Hope it helps!

Best regards,

Leo

Top Labels in this Space
Top Solution Authors