Hi,
I am wanting my app to move to a different detail view based on row values. I have a column (called version) which states if the row is not shared, or calculation shared or final result shared. I want to click on a row in the summary table (which the not shared results have been removed via a slice)
And the it take me to the correct view. Ie if the version is calculation shared it needs to take me to the detail view of row showing columns applicable to the calculation or if the version is final result shared it needs to take me to the detail view of row showing columns applicable to the calculation and final result)
My first attempt with this has been to use a show if to identify the applicable detailed view
Which obviously did not work since Show if for views are not evaluated in the context of any particular row.
I then tried the following-
Any clues on how I can get a detailed view which is dependent on the row input information?
In short: I want to click on a row of type A and get a detailed view of type A, and click on a row of type B and get a detailed view of type B.
Solved! Go to Solution.
If you want to open a view with a specific row as well, you should use LINKTOROW() instead of LINKTOVIEW().
User | Count |
---|---|
20 | |
16 | |
4 | |
3 | |
2 |