Hello guys
I have a formula fields {STOCKWH.COUNT_DATE}+ 365
that bring date value like (01/01/2007), and I need to have date range pulling those value (Parameter Fields)
any Idea...?
Please help............... :(
thanks :wave:
Printable View
Hello guys
I have a formula fields {STOCKWH.COUNT_DATE}+ 365
that bring date value like (01/01/2007), and I need to have date range pulling those value (Parameter Fields)
any Idea...?
Please help............... :(
thanks :wave:
VB Code:
dim year, month, day as integer 'Put code here to get your integers report.RecordSelectionFormula = "{STOCKWH.COUNT_DATE}=Date (year, month, day)"
I am sure you can figure out how to get the "new" date to plug into the formula.