_Inline view on a dashboard view

Hi,

There is a request table and a journal table. The request table is parent and the journal table is child.

I create a dashboard view that has three views.
    1. requestTable: A view type is table and it's table is the request table.
    2. request_Detail
    3. journal_Inline

I select one row of the requestTable view, then the journal_Inline view shows the related data with that row. If I deselect the row of the requestTable view, then the journal_Inline view shows all data.

To show nothing on the journal_Inline view when there is no selected row on the requestTable, what should I do?

Thank you.

0 4 118
  • UX
4 REPLIES 4

Since you cannot do it by manipulating standard configuration (afaik), you have to create a dashboard based on custom filters like this

https://www.youtube.com/watch?v=uDvbgDeFsYE

What it basically is is a filter table and slices based on the values stored in the filter table.

@TeeSee1 Thank you for your reply.

I'm having trouble applying your suggestion to my case, btw.

In my case there is no filter table in your suggestion. As shown in the following image, if I select the first day row of the reqeustTable, the Details(=request_Detail) view and the journal_Inline view also look like this:
leinharte_1-1720239193711.png

Then, although I deselect the first day row of the requestTable, the journal_Inline view shows its all rows like this. Is it possible to make the journal_Inline view show nothing?
leinharte_3-1720239426000.png

For reference, a Related journals in the Details view shows the contents of the journal_Inline view. But I will delete the Related journals later.

Thanks.

A filter table is manually created, not created automatically.

It is just a table to store filter criteria. It could be one field that holds a key value to the RequestTable. Based on that value, you control what is shown using slices.

I have no idea what to do.

If you don't mind, I'd like to explain what I'm trying to do.

At first, I wanted to create a dashboard to check the requests currently registered in the request table or add new rows. It looks like the following picture.leinharte_1-1720243208743.png

Now, I would like to hide "Related journals" from the Details view in the picture above and create a separate view to show it. It looks like this:leinharte_3-1720243375891.png

However, the problem for me is that when I do this, the content is displayed in the journal_Inline view when nothing is selected in the requestTable view, as explained earlier.

Is what I want to do feasible?

Thank you.

 

Top Labels in this Space