I have two galleries that I want to use for the same data source. I have defined filters in the Items statements to be mutually exclusive:
Filter(VendorStatus,SubmissionMonth='SubmissionMonth combo'.Selected.SubmissionMonth && Entity<>"Outbound")
Filter(VendorStatus,SubmissionMonth='SubmissionMonth combo'.Selected.SubmissionMonth && Entity="Outbound")
The 1st gallery shows data and the 2nd does not. The fields do not show at all, indicating that it did not find any records. I have confirmed that the fields on both galleries are mapped to fields in the data source.
Since each filter command creates a copy of the source table, I wouldn't think there should be any linkage between the two. Where else should I look for the source to this problem?
Solved! Go to Solution.
Cheers, guys. Thanks for helping me slug through this.
Hi @akharns
There is no linkage between the 2 (mutually exclusive)
Check your data source to see if there are any records that match the criteria
SubmissionMonth = your value and Entity = "Outbound"
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Ok, guys. I feel stupid. We're all wrong. The field heights were set at zero, so the fields were not visible. LOL. I had deleted the field that I was using to drive the height.
One more lesson learned. 😉
Dontcha hate when that happens? LOL.
Cheers, guys. Thanks for helping me slug through this.
User | Count |
---|---|
197 | |
123 | |
88 | |
48 | |
42 |
User | Count |
---|---|
282 | |
164 | |
138 | |
82 | |
74 |