I've noticed that when I setup a named formula to filter a datasource then set a gallerie's Items to said datasource that the named formula is not invoked...
Example
NamedFormula = Sort(Filter(DataSource, Item.GUID = OtherNamedFormula.GUID, 'Created On', Ascending);
If I plug in NamedFormula to a gallery it simply "won't invoke" for a lack of a better way of saying it.
My question is, am I using named formulas incorrectly or should this work?