Hello,
I have a gallery (Gallery4_1) filtered from another gallery (BrowseGallery1_3) and I need to add row numbers to the last filtered gallery (Gallery4_1) which is dynamic depending on what the user select from the options given. Below is the code which I need to add extra code for a dynamic serial number (Label3_5).
First Gallery Name is BrowseGallery1_3
Last Gallery Name is Gallery4_1
Sort(Distinct(Filter(StaffMain, ActiveStat=false, Status2="Cadre",Section=Dropdown1_8.SelectedText.Value || Dropdown1_8.SelectedText.Value=Blank(), Nationality.Value=Dropdown1_12.SelectedText.Value || Dropdown1_12.SelectedText.Value=Blank()), Nationality.Value),ThisRecord.Value, SortOrder.Ascending)
Row Number needed for Label3_5
Can anyone help me?