I've run into a little expression trouble
Basically, I'm trying to construct a search query for a picky search engine.
Issues:
1. First off, is it possible to get the last item from a listbuild query? Can't see a way off the top of my head. This isn't so important, but would improve the accuracy of my results somewhat. It's not really practicable to pick the nth item, as the position of the last varies between 2 & 5.
2. I'm trying to run replace upon the results of a clean expression. This isn't working; What I've got at the moment looks like this:
=replace((clean(listitem([album],1,/-))), ,+)
From my (bad) knowledge of how the expressions works, I don't see any reason why it shouldn't. The clean expression works on it's own, as does the replace expression.
Cheers
-Leezer-