Wow, that Select statement, first time I'm seeing it used for a control into a gallery, nice one, Brian! Thank you.
@PragmaticWorks2 жыл бұрын
Glad you like it!
@KidtomanxietySano2 жыл бұрын
same here, really improved the value of my app
@eylownuh Жыл бұрын
Straightforward and clear! Thank you for this!
@nicolneal Жыл бұрын
Thank you Brian!
@juandavila40352 жыл бұрын
Great video, thanks
@nazeerrahmed Жыл бұрын
Wonderful video
@ronbakker130011 ай бұрын
Thank you Brian
@Cv18_RTX2 жыл бұрын
Hi , Can you Please tell me , How to Use this same technique , When a gallery and form are in a different Screen.
@PragmaticWorks2 жыл бұрын
Hi there, you'll just need to add a Navigation in front of the Select code and you're ready to rock! - Brian
@donjultchi-ngoma7512 жыл бұрын
Hello! Please kindly help me. I would like from a data table (DataTable1), select a row from the gallery (gallery1) corresponding to the row of data to select on my table knowing that I am using the same sharepoint list which points to the two elements which are on different screens. I've been stuck for several days.
@PragmaticWorks2 жыл бұрын
You would do a Filter command to connect those two table. So something like in Gallery2 Filter(DataTable2, YourPrimaryKeyColumn = Gallery1.Selected.ForeignKeyColumn)
@briankgarland Жыл бұрын
How do you do this if you are not using a form, but patch? There is no OnSuccess.
@PragmaticWorks Жыл бұрын
If you're using a Patch, you would just have to place your variable setting around the patch syntax and then do an IfEmpty check to ensure it received a value.
@briankgarland Жыл бұрын
@@PragmaticWorks Thanks!
@topeogutuga35175 ай бұрын
Please I need more help on this
@topeogutuga35175 ай бұрын
Couldn’t get the code right
@nivekkled2 жыл бұрын
Slick!
@gkbradshaw Жыл бұрын
I'm not sure why yet, but this didn't work for me.
@jmusoke Жыл бұрын
Me too! And yet my galery has only one item. I get the error: "Row or column passed to the Select function is outside the bounds of the gallery items."