Change the column name the FILTER shows

I have a formula that extracts values from a Spreadsheet โ€œWarengruppenโ€:

FILTER("Warengruppen", IN([Modell], [_THISROW].[DescrParts]))

โ€œDescrPartsโ€ is on of the virtual columns. AppSheet interpreted this as following:

The list of values of column โ€˜Nameโ€™
โ€ฆfrom rows of table โ€˜Warengruppenโ€™
โ€ฆwhere this condition is true: ((The value of column โ€˜Modellโ€™) is one of the values in the list (The value of โ€˜DescrPartsโ€™ from the row referenced by โ€˜_RowNumberโ€™))

I need to have column โ€œHerstellerโ€ instead of โ€œNameโ€. How can I do this?

Solved Solved
0 1 101
1 ACCEPTED SOLUTION

View solution in original post

1 REPLY 1

Top Labels in this Space