Friends, I have a question. Is it possible to limit the action you see there, as “primary,” to one of the two views in this Dashboard or at least have it shown only once?
The action is of type LINKTOVIEW() set as Primary.
I have tried several things, including:
CONTEXT("Table") = "NameOfTable"
AND( CONTEXT("Table") = "NameOfTable", CONTEXT("View") = "NameOfDashboard" )
AND( CONTEXT("View") = "NameOfViewInDashboard", CONTEXT("View") = "NameOfDashboard" )
Obviously, it won’t work this way. Does anyone know a method?
