Hi
Is there a way of reporting on hidden tables in the NAV database such as 2000000009 (Session) and 2000000044 (Permission Range).
If I create a simple NL table formula e.g. =NL("Table", "Session"), I get an invalid table error.
Thanks
Date
Votes
2 comments
-
Jet Reports Historic Posts Hi mmccabe,
What kind of Data Source do you have set up to your NAV DB? If you are using the NAV SQL data source type, you do not have access to the system tables. Try setting up a Web Services data source. You should be able to see all the system tables with it.
Since you will get better performance with the NAV SQL direct data source, I would recommend pulling most of the information in the report with that data source. Then use datasource= to the Web Services data source for the info from the system tables. The best of both worlds! -
Jet Reports Historic Posts That's a really useful piece of advice - thank you.
Please sign in to leave a comment.