
Not applicable
2009-11-18
04:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For Miguel A. Baeyens
You set your post so that we could not reply...
I use the following to calculate the sales between two dates.
Create 2 variables, vDate1 & vDate2. Set your dates to these variables.
=sum({$<Invoice_Date={">=$(#vDate1) <=$(#vDate2)"}>} sales_val)
426 Views
1 Reply
.png)

Employee
2009-11-18
05:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply Carney.
The question was posted as "Question", so it must be possible to answer. Try again, anyway.
The thing is that one of the dates is in one Field (so I cannot load it in a variable, and that's why I try with (#=Date(Field))). As you can see in my example, I've tried that, I don't get any errors but it doesn't work.
308 Views
