I have a collection:
Collect(AssetTable,{ProjectLocation:"Here",ProjectNumber:1, PlantType: "Large", FacilityName:"Grit", FacilityNumber:1, Inspector:"JDS", InspectionDate:4/17/2020,InspectionType:"Process", AssetName:"Motor", AssetMake:"Honda", AssetModel:"Fit", AssetCapacity:"500gpm", AssetDimensions:"36in", InstallDate:1/1/1970, RefurbDate:1/1/1990, DesignLife:50, RemainingLife:1, Condition:1, Capacity:1, Reliability:1, Availability:1, Maintainability:1, AssetCompositScore:1, EffectiveLifeConsumed:1, ImminentFailureMode:1, AtRiskComponents:1, LikelihoodofFailure:1, Social:1, Sconomic:1, Environmental:1, COFScore:1, Criticality:1})
I wish to display in a gallery. I have the gallery's DataSource and Items property set to AssetTable and the labels within the gallery referencing specific columns in Asset Table. So the Text property of a label would be something like Text=ThisItem.ProjectLocation
This results in a blank display and the above error message. This problem has been posted before and I have not seen a solution other than switching to Boolean values in the data source, which isn't going to help me.
This is also the third time I've typed this due to this interface being cleared if you select certain buttons. 🙃