brad2610 Posted March 10, 2005 Posted March 10, 2005 I have an XML/XSLT inventory database that my clients access. They have the ability to see only the data that pertains to them via a calculation in the permissions. The problem this has created is that when a client runs an inventory report and sets the display to show max records they get tons of blank lines. The blank lines are records they are unable to see due to restricted access. This is quite annoying as for some clients they get 1000's of blank records. Any thoughts?
brad2610 Posted March 10, 2005 Author Posted March 10, 2005 I have an XML/XSLT inventory database that my clients access. They have the ability to see only the data that pertains to them via a calculation in the permissions. The problem this has created is that when a client runs an inventory report and sets the display to show max records they get tons of blank lines. The blank lines are records they are unable to see due to restricted access. This is quite annoying as for some clients they get 1000's of blank records. Any thoughts?
brad2610 Posted March 10, 2005 Author Posted March 10, 2005 I have an XML/XSLT inventory database that my clients access. They have the ability to see only the data that pertains to them via a calculation in the permissions. The problem this has created is that when a client runs an inventory report and sets the display to show max records they get tons of blank lines. The blank lines are records they are unable to see due to restricted access. This is quite annoying as for some clients they get 1000's of blank records. Any thoughts?
Martin Brändle Posted March 12, 2005 Posted March 12, 2005 Brad, what is the criterion used to restrict the access to the records? Maybe you can just add this to the query that calls the inventory report, e.g. an additional &client.op=eq&client=somename Martin
Martin Brändle Posted March 12, 2005 Posted March 12, 2005 Brad, what is the criterion used to restrict the access to the records? Maybe you can just add this to the query that calls the inventory report, e.g. an additional &client.op=eq&client=somename Martin
Martin Brändle Posted March 12, 2005 Posted March 12, 2005 Brad, what is the criterion used to restrict the access to the records? Maybe you can just add this to the query that calls the inventory report, e.g. an additional &client.op=eq&client=somename Martin
beverly Posted March 18, 2005 Posted March 18, 2005 I agree with Martin on limiting the found set. You can put in a test ('<xsl:if') and only DISPLAY the records with "something" in them.
beverly Posted March 18, 2005 Posted March 18, 2005 I agree with Martin on limiting the found set. You can put in a test ('<xsl:if') and only DISPLAY the records with "something" in them.
beverly Posted March 18, 2005 Posted March 18, 2005 I agree with Martin on limiting the found set. You can put in a test ('<xsl:if') and only DISPLAY the records with "something" in them.
Recommended Posts
This topic is 7191 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now