Get the value of filtred view

I want to get the value of a collum when clicking on add button in the last image
See image attached
Help please

Solved Solved
0 8 147
1 ACCEPTED SOLUTION

@mas_mas

Thank you for further explanation.

In my opinion, this should have never worked because your โ€œaddโ€ button in not a row-level action.
What if you use an action:

  • โ€œApp:go to another view within this appโ€
    or
  • โ€œApp: copy this row and edit the copyโ€

For reference:

Then this action will be attach inline to one column: please see in the Display section of your action.
This may require for you to create a blank virtual column, in order to attach the action to it.

View solution in original post

8 REPLIES 8

Aurelien
Google Developer Expert
Google Developer Expert

Hi @mas_mas

Are you looking for this expression ?
[_THISROW].[yourColumnName]

HI @Aurelien
This expression wonโ€™t work for me i donโ€™t know why.
It was working fine but suddenly it stopped working

Can you elaborate ?

When clicking the button on the filtered view, usually i get the refrence while using [_thisrow].[refrence]. But in the last few days it stopped working. It give me nothing in the refrence
I even created a new app, but the problem remain.
Iโ€™m asking is there are any other solution that do the work of [_THISROW].[yourColumnName]

I think I misunderstood your question then.

When you say:

I understand something relating to this:

But, when you say:

I think you are talking about something else, more related to the picture in your first post, but cannot get what.
As the title ot your post, โ€œget the value of filtered viewโ€ does not make sense in my opinion.
But, you can โ€œget the value of a specific columnโ€ instead, or โ€œdisplay the detail view of a specific rowโ€.

Are you saying you want to display the detail view of a row ?

I donโ€™t mean that
i think this picture will explain more


in the past [_THISROW].[yourColumnName] do the job but now it dosenโ€™t work

@mas_mas

Thank you for further explanation.

In my opinion, this should have never worked because your โ€œaddโ€ button in not a row-level action.
What if you use an action:

  • โ€œApp:go to another view within this appโ€
    or
  • โ€œApp: copy this row and edit the copyโ€

For reference:

Then this action will be attach inline to one column: please see in the Display section of your action.
This may require for you to create a blank virtual column, in order to attach the action to it.

believe me it was working fine
thank you very much for all of that

Top Labels in this Space