Hello !
I'm trying to list a table.
and i want each Fields of the ID column lunch a Navigate command with a context ID variable.
For exemple :
- if i Click on "49" => I want to use the command:
Navigate(machine; ScreenTransition.Fade; {MM:49})
- if i Click on "50" => I want to use the command:
Navigate(machine; ScreenTransition.Fade; {MM:50})
Actually, i dont find how to put the Field Value into my MM variable.
I tried with ThisValue, ID.Text ...
A little help please ?
Many Thanks
Solved! Go to Solution.
Hello,
I found the solution :
Navigate(demande; None;{DD:DataTable1.Selected.ESS})
Many thx anyway
Hi
You should be able to use something like
Navigate(machine; ScreenTransition.Fade; {MM:ThisRecord.<<IDColumn>>})
If it is a plain text field then it should work ..
Thank you
-Srikanth
Hello,
Should i put it in the "OnSelect" field of the column ?
=> each time I try "ThisItem" or "ThisRecord" into the "OnSelect" field, i have an error.
same with
Many Thx for your assistance
Hi, It has to be OnSelect of your Gallery. And pressuming your Column name is ESS, then your formula should be
Navigate(machine; ScreenTransition.Fade; {MM:ThisItem.ESS})
Here is an example
Thank you
-Srikanth
Hello,
I found the solution :
Navigate(demande; None;{DD:DataTable1.Selected.ESS})
Many thx anyway
Great, can you please mark the answer and close the thread..
Thank you
-Srikanth
User | Count |
---|---|
251 | |
102 | |
94 | |
47 | |
37 |