Help with Link to View in App column type

Hello

I have a table with columns with data type app:

MarcelaVega_0-1645624193363.png

I have a view of this table, the idea is to display the entire year (I'm only testing with January, February and March, I don't know why the column names don't appear when changing to the App data type) and when the user presses a cell (not the record, a cell), the LINTOVIEW is triggered to an input view of another table:

MarcelaVega_2-1645624491945.png

Put the expression in the definition of the column in the table, but it does not work:

MarcelaVega_3-1645624712879.png

Let me explain, the source table is like this, each activity, subactivity was marked with an x in the month in which it should be carried out. When the user chooses a cell, the view must be opened to enter a control of that activity, sub-activity in the chosen month:

MarcelaVega_4-1645624929441.png

 

 

However, the error that comes out is that it is trying to open the view 'x', that is, it is reading the value of the cell, and it is not trying to open the IngControl view, as indicated in the formula LINKTOVIEW('IngControl') of each App column.

MarcelaVega_6-1645625298819.png

Can what I'm trying do?

Excuse my English as a translator

Please help.

 

 

0 1 507
1 REPLY 1

If understanding of your requirement is correct, you are trying to navigate to another view ,when the user taps on a "cell". 

So instead of using app type column, you could evaluate to simply use those deep links as inline actions of types App: go to another view within this app or app: go to another appsheet app. In this instead of a cell, the user will tap on "inline action icon"

https://www.appsheet.com/templates/How-to-link-between-different-parts-of-an-app?appGuidString=102df...

https://help.appsheet.com/en/articles/1023058-app-column-type-deep-link

https://help.appsheet.com/en/articles/953637-actions-the-essentials

Top Labels in this Space