Get Value from previusly selected row (link to view row )

I have 2 column and 2 rows

selectSemester โ€” link
1ยฐ Semester โ€” dashboardview1semester
2ยฐ Semester โ€” dashboardview2semester

I am using this table as a โ€œmenuโ€ so that when i select one Semester i go to the view from the link. Now, when i arrive to the dashboard view, i have a table there with a form, i wish to add rows in that form that will have one value with the semester previously selected (1ยฐ Semester or 2ยฐ Semester)
I added a column selectSemester on the tableโ€™s form but i am stuck there so any help will be much apreciated. Thanks

Solved Solved
0 5 709
1 ACCEPTED SOLUTION

Thank you very much for your help and for taking the time. I have solve the problem with a diferent approach, the value for semester now depends on the date field in the submission, its not the best approach but it will allow me to filter the rows for in diferent slices, so in the 2ยฐ Semester view I will only see the evaluations for that period.
In this video you can see what i was talking about.

Thanks a lot

View solution in original post

5 REPLIES 5

Itโ€™s hard to answer because I donโ€™t understand your table structure. One thought I have is that it might be best to have all of the data in one table and then make separate slices for the different views. This allows you to separate any actions you may have depending on the view but, at the same time, makes sure that you have immediate access to all of the data in the original table โ€“ especially all data in the same row.

You mentioned the โ€œselectSemesterโ€ column. Does that mean that you will use a select expression to find data on another row of your table? If so, and if you are unable to get your expression to work, you need to tell us what the relevant columns are and show us the expression you are working on.

I am sorry for poor explanation. Iโ€™ll give it another try.

I have a view โ€œSelect Periodโ€ with two rows (read only), each row has a name and a link to another view

One row says โ€œ1ยฐ Semesterโ€ and the other โ€œ2ยฐ Semesterโ€, when clic on 1ยฐ Semester for example, I go to a dashboard view wich contains three tables (subject, grades, and evaluations ). When i submit a form for the evaluation table, I put the name of the evaluation, the date, a description, aand to wich semester corresponds (1ยฐ or 2ยฐ Semester) Well, since i previously selected 1ยฐ semester (the row with name and link) i would like to have a formula that would get that value automatically.

Thank you for your explanation. Iโ€™m afraid Iโ€™m not sure what the answer to your question is. I hope someone else can help.

Part of my difficulty is that Iโ€™m wondering how your data is organized. When you edit your app, you should see something like the following on the left side of your editor:

3X_6_4_640f0120b0c457a17aa7e605a8a4a6569a749d0d.png

Inside the โ€œDataโ€ are tables. I suspect the โ€œlinksโ€ you are referring to are ref columns that connect to two different (data) tables.

If you donโ€™t get a good response from someone else here, it might be a good idea to double check your terminology and provide enough screenshots to make your situation clear. Good luck!

P.S. โ€œViewsโ€ are in UX. Each โ€œviewโ€ has a table that holds its data. View names and table names donโ€™t need to be the same.

Thank you very much for your help and for taking the time. I have solve the problem with a diferent approach, the value for semester now depends on the date field in the submission, its not the best approach but it will allow me to filter the rows for in diferent slices, so in the 2ยฐ Semester view I will only see the evaluations for that period.
In this video you can see what i was talking about.

Thanks a lot

Iโ€™m glad you were able to solve the problem.

Top Labels in this Space