I am trying to count the number of units in a non-navision database.
I am using a table of INCOMING, and I want to count the items within a date range. This is fine and I have this currently.
But I want to only count units where the PACKTECH is not equal to the PACKINSPECTOR. How can I write this formula where it will show a one cell total. Currently I have.
=NL("count","Incoming","PackDate","PackDate","01/01/08..01/31/08",,,,,,,,,,,,,,,,,"DataSource=","TV Tracking")
Thanks,
Brad
7 comments
-
Jet Reports Historic Posts Hi Chris,
Here's a Jet Reports fucntion I used a couple of years ago, which I converted to your function:
=NL("Count","Incoming","PackDate","PackDate","=CONCATENATE(""<>"",TEXT(NF(,""PackInspector""),""mm/dd/yyyy""))")
Nowadays I use a different method for NAV which is based on marking records. But I'm not sure if you can do that in the Universal connector.
Please let us know if this worked for you. -
Jet Reports Historic Posts I might have complicated this too much.
I am trying to count the number of units where a PackTech (a four digit ID ex. 1256) is not equal to the PackInspector (a different four digit ID ex. 1481). I tried to use the formula above as an example, but could not get it to work.
So the base formula would be
=NL("count","Incoming","PackDate",,,,,,,,,,,,,,,,,,,"DataSource=","TV Tracking
How do I add a filter for one field "PackTech" to not be equal to another field "PackInspector"
I might have to open a ticket, but I thought other people might be interested. -
Jet Reports Historic Posts Aha! I thought it was a date type of field.
Here's a Jet Reports fucntion I used a couple of years ago, which I converted to your function:
How about…
=NL("Count","Incoming","PackDate,"PackTech","=CONCATENATE(""<>"",NF(,""PackInspector""))") -
Jet Reports Historic Posts I am only getting an error message. Is this referenced anyplace in an official Jet Manual? I don't see this in mine.
Any other solutions are welcome too. -
Jet Reports Historic Posts What kind of error? And maybe you can upload the report?
-
Jet Reports Historic Posts Hi hansfousert,
What do you mean by "…marking records". Can you give an example?
Thank you very much.
PSmileHi Chris,
Here's a Jet Reports fucntion I used a couple of years ago, which I converted to your function:
=NL("Count","Incoming","PackDate","PackDate","=CONCATENATE(""<>"",TEXT(NF(,""PackInspector""),""mm/dd/yyyy""))")
Nowadays I use a different method for NAV which is based on marking records. But I'm not sure if you can do that in the Universal connector.
Please let us know if this worked for you. -
Jet Reports Historic Posts Hi
I am using Excel 2003 and Jet report 7.1.2 - howeve, this "concatenate" does not seem to work here - are anything special with function? any other add ons, that i must have?
in advance, Thanks!!
/Lars