New Bug Encountered: custom view title with data only works on views, not on dashboards

Steps to repro:

Take a look at this dashboard. When you click a customer, the tile/view for โ€œdetails forโ€ should include the customer name, e.g. โ€œDetails for John Smithโ€:

now instead of the dashboard, click on the view called โ€œcustomersโ€, if you drill in, you will see the correct view title.

In the above example, same thing for โ€œOrderโ€ which should result in โ€œDetails for 2348902374โ€

0 2 317
  • UX
2 REPLIES 2

@morgan Any thoughts about this?

It is a bit of a weird behaviour.
I have just tried to get a workaround:

Virtual column [Test] with text โ€œDetails forโ€
Virtual column [Title] with CONCATENATE or TEXT [Test] and [ID]

Display name fromula
IF(CONTEXT(โ€œviewtypeโ€)=โ€œDashboardโ€,[Title],โ€œDetailsโ€)

If the condition is false, then I get Details
If the condition is true, then I get View Name Detail ( Orders Detail )
(mind that is Orders Detail not Orders DetailS)

Sorry I canโ€™t help!

Top Labels in this Space