Help with Link to View

I have the 2 tables below and I am trying to do a LinktoView

Data in App Type:

App Type Ref App Type App Image
1 Construction Trackers Construction Icon.png
2 Commissioning Trackers Commissioning Icon.png

3X_9_8_9894df0faf8490fc250e4cdc7aef715525d66e7d.png

When User selects Construction Trackers I want a list of Trackers with App Type = Construction Trackers from App Manager Table.

I have a Slice which filters App Manager to get this list
3X_2_e_2e5ad961b20f62bf06aee20ee87cbf577b0deac2.png
and I have a Active Construction Trackers View and Detail View.

Not sure where to put the LinktoView but I put it in the App formula of App Type Column of the App Type table but it goes to the system generated detail view App Type_Detail.

IFS(
[App Type] = โ€œConstruction Trackersโ€,LINKTOVIEW(โ€œActive Construction Trackers_Detailโ€),
[App Type] = โ€œCommissioning Trackersโ€,LINKTOVIEW(โ€œActive Construction Trackers_Detailโ€)
)

  • both going to same view here as I havenโ€™t got Commissioning Tracker views done but that shouldnโ€™t matter.

Any advice on where I am going wrong please?

0 3 258
3 REPLIES 3

LeventK
Participant V

@Martina
Assuming that your screenshot from AppType table is a Deck View, you need to create an action for this table with Data: Goto another view within this app and create your LINKTOVIEW expression there and then assign this action as the Row Selected property of your Deck View.

Perfect. Thank you so much @LeventK.

Youโ€™re welcome

Top Labels in this Space