Hi everyone
More a question of good practice. I have a Groupedby gallery
GroupBy(FinalInspections,"FIProductCode","FData"). So FIProductCode codes look like V122M or HHM213 and so on, however all the specifications or and upper an lower limits pertaining to that code are in a separate list. Therefore the titles for the child gallery look something like. "Piece count " & LookUp(ProductCode,PCCode=ThisItem.FIProductCode,PCMinCount &"-"& PCMaxCount) and so I have to do this for four different column headers. Is there a way I can do a single lookup?, keeping in mind this renders without a button press.
Any help would be appreciated.