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 268
3 REPLIES 3
Top Labels in this Space