New Bug Encountered: LINKTOFILTEREDVIEW

error when i create filtered to view in filter action with formula like this one;
LINKTOFILTEREDVIEW(โ€œJournal2019โ€, AND([month_periode] = [_THISROW].[month_periode], [year_periode] = [_THISROW].[year_periode]))
and error like this :
Expression โ€˜LINKTOFILTEREDVIEW(โ€œJournal2019โ€, AND([Month_Periode] = [_THISROW].[Month_Periode], [year_periode] = [_THISROW].[year_periode]))โ€™ could not be parsed due to exception: Cannot find view โ€˜Journal2019โ€™.
anyone help us ?

0 3 345
3 REPLIES 3

Please check that you have a view called โ€œJournal2019โ€

Hello everybody!

It seems Iโ€™m having a similar (and structural) issue with the LINKTOFILTEREDVIEW function (and itโ€™s really driving me nutsโ€ฆ)

Iโ€™m using the LINKTOFILTEREDVIEW to link to a particular view, i.c. a โ€œdetailโ€ reference view that was automatically created after creating the related table. Obviously, Iโ€™m referencing the exact view name but - for some reason - it keeps mentioning that โ€œCannot find view XXXXXโ€

Are there any prerequisites for the โ€œviewโ€ parameter in the LINKTOFILTEREDVIEW function; from the documentation & knowledge base, I cannot find anything in particular that can explain this behavior.

Since this post mentions buggy behavior as well in this context, Iโ€™m wondering whether there are known limitations/bugs to this function?

Thanks a lot in advance for your feedback & help

Cheers

Philippe

Screenshot of full expression, please.

Top Labels in this Space