Execute reports without databands?
-
- Posts: 53
- Joined: Wed Nov 27, 2013 5:24 pm
Execute reports without databands?
You know you usually drag and drop a data source into the report so it compiles and shows you the result of the query selected. But you can also drag and drop single columns, is there a way to make a single column compile without being inside a databand, just the column by itself?
Re: Execute reports without databands?
Hello.
Could you describe your issue more detailed and we'll try to give your another way out.
Thank you.
Without Data Band you will get the current value of the column only.theregister wrote:You know you usually drag and drop a data source into the report so it compiles and shows you the result of the query selected. But you can also drag and drop single columns, is there a way to make a single column compile without being inside a databand, just the column by itself?
Could you describe your issue more detailed and we'll try to give your another way out.
Thank you.
-
- Posts: 53
- Joined: Wed Nov 27, 2013 5:24 pm
Re: Execute reports without databands?
Yeah that's exactly what we saw, we get the first value of that column on the table. What I'm asking is if there is a way to make dragging and dropping a column the same as if I had dragged and dropped a datasource, or at least somewhat like it, so if I dragged and dropped the CustomerID column, it would show me all the customers' IDs on the table, like if I had done this "SELECT CustomerID FROM Customers", now I realize I can very easily do this via the datasource, but I'm being asked if there is another way to make it even simpler than it is. Thanks.
Re: Execute reports without databands?
Hello.
I should noticed that it is a current value. It will be first before using DataBand, but if you use this value somewhere else you will not always get the first value.
Thank you.
I should noticed that it is a current value. It will be first before using DataBand, but if you use this value somewhere else you will not always get the first value.
Thank you.
-
- Posts: 53
- Joined: Wed Nov 27, 2013 5:24 pm
Re: Execute reports without databands?
Yeah, we saw that, either the first or some other value, but what we want is to be able to show all the values, just by dragging and dropping that column, instead of having to add the data source first and then selecting the column, it would be very helpful if we could do this.
Re: Execute reports without databands?
Hello,
For show all records from datasource you need use the DataBand component.
Thank you.
For show all records from datasource you need use the DataBand component.
Thank you.