Hi,
I am having trouble with the edit button on the details view. I have created 6 different forms for a table. Depending on the nature of request, it will use specific form. Apparently, once i clicked edit button in the details view, instead of going to the details of that specific form, it shows another form (first form of the table). I am not sure if its a bug or other issues.
Solved! Go to Solution.
Ah! I'm sorry, yes you did say that!
LINKTOROW() requires you to know the [ID] of the row you're looking for. If you do not, you can use SELECT() to find it and nest it within the LINKTOROW()
LINKTOROW(SELECT(MyTable[ID], [Data] = [_THISROW].[Data]), "Edit Form")
I'm not sure why you're not seeing the edit behaviour you're expecting, have you tried creating your own Edit action?
User | Count |
---|---|
19 | |
9 | |
8 | |
6 | |
5 |