Forum Discussion
warrencowan
11 years agoKudo Collector
Need help creating date delta columns
I have a value in a column, eg (visits), and in another column I have the (date). I also have 3 rows for each date, because I have 3 different stores (StoreID) with a vlaue for visits I want to b...
- 11 years ago
you may also take a look at lookupvalue() function ...
warrencowan
11 years agoKudo Collector
Thanks Andre. I have experiemnted with this, but I think the last criteria in the lookup query has to be a non column item.
So I can't lookup [visits] where [date] is (datediff [date] -7) for example.
Any thoughts how to work around that?
andre
11 years agoMemorable Member
Can you add a different column and populate it with logic in such a way that it helps you get the lookupavlue() function to work?