Is there away to remove duplicates by using unique values in the table builder? What is the formula?
Thanks
Date
Votes
1 comment
-
Jet Reports Historic Posts Hello NAV_Newbie!
Welcome to the Jet Reports forum.
When using the Table Builder, it automatically inserts a keyword "IncludeDuplicates=" and sets the value to TRUE. This will include all the dups in your results. If you want to ignore the duplicates you can either set the value to FALSE or remove the whole filter set ("IncludeDuplicates=",TRUE).
Is this what you were looking for?
Please sign in to leave a comment.