Forum Discussion
warrencowan
Kudo Collector
11 years agoNeed 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 ...
andre
Memorable Member
11 years agoyou may also take a look at lookupvalue() function ...
warrencowan
Kudo Collector
11 years agoThanks 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?
- andre11 years ago
Memorable 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?