parentview

Urgent!!!

Hi, i need help.

I use Linktofilteredview() to filter a view based on a value. from the filtered view how can i extract the name of the parentview ???

0 9 133
9 REPLIES 9

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Ceke1992 

You may want to try this:

CONTEXT("View")

For reference:

CONTEXT() - AppSheet Help

Also, in case that helps:

LINKTOPARENTVIEW() - AppSheet Help

 

It gives me the actual view, i need the previous one that i see in the linkthree

Can you elaborate the purpose of your question, or the goal you are willing to achieve with the parent view name?

Ceke1992_0-1713942841332.png

i'm passing from one view to oneother, i need to grab in the final view the DINAMIC text "02A7068B".

I get that, but for which purpose?

the name of the previous view is the rowid of the recipe, i need it to associate the product without selecting and filtering tables ecc..

OK, then because it's the parent, you could benefit from using dereference expressions, such as:

[columnName].[parentID]

For reference:

Dereference expressions - AppSheet Help

 

 

no man, to pass from one view to another i use linktofilteredview(), it is not direcly related

Aurelien
Google Developer Expert
Google Developer Expert

@Ceke1992 wrote:

to pass from one view to another i use linktofilteredview(), it is not direcly related


Why don't you use your filter expression then, wrapped in an ANY() expression?

I think I don't have enough information, you may want to provide additional screenshots to help into getting it.

Top Labels in this Space