This field calculate Nbr of "Cr. Memo" how has location used "as in-transit".
i add this field (flowfield) with Count("Sales Cr.Memo Line" WHERE (Sell-to Customer No.=FIELD(No.))) on table "Customer"
And i want to add another filter : table (Location) with "Use As In-Transit" = TRUE
Can i have this filter on the flowfield of table (customer) ?
You have to copy the "In Transit" field from the location to the Credit Memo. (Not sure why you would do that...)
Then you can do a flowField just like you have, but you can add an additional parameter as "Use As In Transit" = Yes
I add field "in transit" in table "cr. memo" and make my flowfield in table "Customer".
That work, but just for the new cr. memo:
i explain : when i add this field a add code into "location code = onvalidate", this code get the booleen "in transit" (location") into this new field "in transit" (cr. memo)
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Filter on another table (LOCATION)
how can i make it plz
What is the datatype of Location field?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
i add this field (flowfield) with Count("Sales Cr.Memo Line" WHERE (Sell-to Customer No.=FIELD(No.))) on table "Customer"
And i want to add another filter : table (Location) with "Use As In-Transit" = TRUE
Can i have this filter on the flowfield of table (customer) ?
Then you can do a flowField just like you have, but you can add an additional parameter as "Use As In Transit" = Yes
- Reinhard
I add field "in transit" in table "cr. memo" and make my flowfield in table "Customer".
That work, but just for the new cr. memo:
i explain : when i add this field a add code into "location code = onvalidate", this code get the booleen "in transit" (location") into this new field "in transit" (cr. memo)
Plz can u explain
then you can create another flowfield and use the value of this field
Note that this might get slow in some cases. Also you can't use this field for Sum formulas.
that's ok