Customized Detail Rows view

Hi team,

I want to customize the view to show a related table rows.

I like get a view that only shows the related rows in table format (orange lines in screenshot) when I select a row into parent table, but not  shows the parents rows detail.

GSuite_Omar_Poc_0-1645102729630.png

I think that the solution may be create an action to shows a view from chids rows with Table as type and put it into behaviour of parent table. But this view shows all childs rows, and not only whichs are relates with its parent rows.

GSuite_Omar_Poc_1-1645102729636.png

I can not find witch formula I must add into Row filter condition on slice to shows only rows that match with the selected on parent row table.

Can you orient me ???

Thanks in advance

Omar

Solved Solved
0 7 203
2 ACCEPTED SOLUTIONS

Aurelien
Google Developer Expert
Google Developer Expert

Hi @GSuite_Omar_Poc 

 

here is what you may need:

https://help.appsheet.com/en/articles/2357260-linktofilteredview

 

Your expression may be (not tested):

 

LINKTOFILTEREDVIEW("yourLineItemTableView", [ParentID] = [_THISROW])
LINKTOFILTEREDVIEW("VisContratosView",[Client ID]=[_THISROW])

 

View solution in original post

Yes !!! I did can do it .Thanks @Aurelien !

I add the expression into an Action with this configuration:

Name: ac_ShowMatchedChilds

For a record on this table: Parent Table

Do this : App: Go to another view within this app

Target LINKTOFILTEREDVIEW("View that shows the Childs table",[Field on Childs tabble to match]=[_ThisRow])

Into the view for parent table, add the action into the behaviour

And this Works ! ๐Ÿ•บ

Thank you again !

Omar

 

View solution in original post

7 REPLIES 7

Aurelien
Google Developer Expert
Google Developer Expert

Hi @GSuite_Omar_Poc 

 

here is what you may need:

https://help.appsheet.com/en/articles/2357260-linktofilteredview

 

Your expression may be (not tested):

 

LINKTOFILTEREDVIEW("yourLineItemTableView", [ParentID] = [_THISROW])
LINKTOFILTEREDVIEW("VisContratosView",[Client ID]=[_THISROW])

 

Yes !!! I did can do it .Thanks @Aurelien !

I add the expression into an Action with this configuration:

Name: ac_ShowMatchedChilds

For a record on this table: Parent Table

Do this : App: Go to another view within this app

Target LINKTOFILTEREDVIEW("View that shows the Childs table",[Field on Childs tabble to match]=[_ThisRow])

Into the view for parent table, add the action into the behaviour

And this Works ! ๐Ÿ•บ

Thank you again !

Omar

 

Hi @Aurelien Please feel free to flag this post to be moved to the "q&A" section. This will help us to keep the Tips and Tricks section consisting of pure "Tips and Tricks" posts.

You can flag this post to be moved to "Q&A" section by reporting this under "Report Inappropriate Content" under Post Options near the post heading. The community moderator then moves it to the "Q&A" section.

 

Aurelien
Google Developer Expert
Google Developer Expert

@Suvrutt_Gurjar Thank you for noticing this !

Makes me think 3 things...

1) definitely not obvious how it went in the wrong category (I didn't even noticed it was in a Tip & Trick)

2) it comes in my main "home" feed, unlike what I told earlier

3) ...thank you for explaining how to deal with this kind of situation !

Hi @Aurelien ,

Thank you. I fully understand issues mentioned by you. I think we are all getting used to this new community structure. Till such time and till Google team makes more improvements to the community , I think we may need to continue to make suggestions for improvements and associated requests as moving posts to appropriate section to make the community more useful.

Have so far requested around 15 posts to be moved to appropriate sections-almost all from "Tips and Tricks" to "Q&A" ๐Ÿ™‚

Hi @Aurelien and @Suvrutt_Gurjar .

I'm so sorry. The problem start because I have put my question in a wrong section. As you can see, my english is not very good.

I will take present this issue for my next questions

Thanks a lot.

..I will try the @Aurelien suggestion and put the results

Thanks a lot to all

@GSuite_Omar_Poc 

You are welcome and no problem at all.  You are new to the community and some errors can take place from all of us. That is why requested @Aurelien who is in the community for some time for flagging the post and not you.

All the best with your app building. Keep asking your questions. 

 

Top Labels in this Space