Dashboard

I realise an interactive Dashboard requires the 'Key' columns to allow the Parent, Child, Grandchild to interact and filter dash views from the parent.

Is there a way for interaction to work in a dashboard using Filters instead. It's far too late to create Ref VC's in my project, however I use [JobID] throughout the App to show views based on Lookups, here are some examples of how I do this:

Actions:

LINKTOFILTEREDVIEW("Ticksheet", ([JobID] = [_THISROW].[JobID]))

LINKTOFORM("Images.csv_Form", "Ref", [JobID],"JobID",[JobID])

VC;

IFS(
ISNOTBLANK([JobID]),
FILTER(
"Images",
([_THISROW].[JobID] = [JobID])
)
)

 

Can a similar method be used to make the interactive Dashboard work without using the Key Columns?

Thanks

 

 

 

 

0 1 42
  • UX
1 REPLY 1

Steve
Platinum 4
Platinum 4

@DaveWillett wrote:

Is there a way for interaction to work in a dashboard using Filters instead.


Nope.

Top Labels in this Space