Hi all out there,
I have a flow field in a table. In the properties under Calcformula there is
Sum(Debitorenposten."Restbetrag (MW)" WHERE (Offen=CONST(Ja),Debitorennr.=FIELD(Nr.),Kostenstellencode=FIELD(Kostenstellenfilter),Kostenträgercode=FIELD(Kostenträgerfilter),Fälligkeitsdatum=FIELD(Datumsfilter),Währungscode=F IELD(Währungsfilter),Profitcentercode=FIELD(Profitcenterfilter)))
and the field Fälligkeitsdatum i want to filter, like "..workdate", i mean from start to today ? How can i put this filter in this properti ??
Much thnx for helping me
Greetz
reen
0
Comments
But what is the problem. The user doesn't have to fill in this field. And if it's blanc, Navision uses ALL the dates. Or you can leave that field out of the calcformula. So again, what is the problem?
[ 22-01-2002: Message edited by: Luc Van Dyck ]
thnx for helpin me so much
reen
Have a look at form 151 Customer Statistics. Here, the field "Total (LCY)" is calculated on that form (have a look at the code on the form). You'll have to write your own code to calculate your field.
If you need this field again in eg. a report, you have to code it again. That is the drawback.
Hope this helps.