0

Filter using count

Jet 7.1.2 build 1830 Navision 4 sp3

Since a <> filter doesn't appear to work in jet ( you can't filter by whats not in the sort ) I decided to try filtering using an IF statement and the count function

=NL("Filter","Dimension Value","Code","DataSource=",$C$4,"Dimension Code","BRANCH","Code","IF(NL(""Count"",""Dimension Value Combination"",,""DataSource="",$C$4,""Dimension 2 Code"",""DIVISION"",""Dimension 2 Value Code"",$C$7,""Dimension 1 Code"",""BRANCH"",""Dimension 1 Value Code"", NF(""Code""))=0,NF(""Code"")","")

=NL("Rows","Dimension Value","Code","DataSource=",$C$4,"Dimension Code","BRANCH","Code",$E$5) brings back "VALUE" So sort isn't doing what I hoped it would

Am I trying to do the impossible ?

3 comments

Please sign in to leave a comment.