Jump to content
We've recently updated our Privacy Statement, available here ×

Display detail band based on condition


swathi13

Recommended Posts

HI,

 

I want display data (detail) band based on condition:

suppose:

if user is registerd-client(he has right to view the data)

in this case i want to display data(Actual Result from resultset)

if user is non-registered  client(he dont have rights to view data)

in this case i want to display satic message(client doesn't have rights to view data) with column - headers?

 

plese help me, how can i achieve this?

Thanks in advance.

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

You could use a data filter. But even better would be to design your query with the username, so that only data is queried (and transported over network) which is relevant for the report.

To display the message, use the "no data" band, and select the right setting in the document properties ("When no data" = No data band").

Unfortunately you will have (re-)design the whole layout, there is no possibility to use the headers or footer or other bands with the no data band.

Cheers, Thomas.

http://www.ThomasZimmer.net

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...