Hi,
I am finding the all unique values under a field domain after running a report. Is there in navision we have such type of function or some easier way to find the unique values under a field.
Thanks inadvence
With Thanks & Regards
Jetinder Saini...........
CorporateServe Solutions Pvt. Ltd......India
0
Comments
You have to create a temptable with all the unique values you encounter in a field.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Before creating a new index in a table (if an index starting with the field you need, you can use it), you have to consider a few things.
-If it is a table where a lot of writes happen (specially the entry-tables), it is better to avoid an extra index.
-If your report is not to urgent (meaning when the user starts it, he NEEDS it in 2 seconds), you may consider not to create a new index.
-if you have a table that isn't changed a lot, and you have lots of records (at least 50000),you might consider creating the index.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!