Hi. i want to do deep link that is to a certa...

Hi. i want to do deep link that is to a certain table view, but after filtering the table based on this row parameter. i did deep link of

LINKTOFILTEREDVIEW(“tablename”, [Name]= [_THISROW].[Name])

but it does not work…any idea? maybe because the table view have “group by” mother name it is overwrite this?

0 8 399
  • UX
8 REPLIES 8

the LINKTOFILTEREDVIEW(“tablename”, [Name]= xxx)

did not worked also if i tried a specific name from the list…

Are you using table name where you should use the view name?

@Aleksi_Alkio

yes, sorry, of course i use the view name…

What happens if you try LINKTOFILTEREDVIEW(“ViewName”, [Name]= “xxx”)?

@Aleksi_Alkio does not work…I am trying to do this on link to deshboard view, maybe this is related to the problem? maybe instead

i can do an action that mimics the “search” filter on the deashbord view? how…

Yes, it won’t work with Dashboard views. If you try it with the normal table view, it should work.

@Aleksi_Alkio ok. the search box does works on deshboard view, so I want to create a behavior function that will do this automatic for a specific name. can I?

I’m afraid we don’t have feature that could prefill the value in the search box. You need to enter it manually.

Top Labels in this Space