I have a crosstab report with 2 levels of column groups.
The child group column just has a numbered heading and needs be narrow, but sometimes the parent group only has one child group and that is making the overall column much too narrow to display the parent group heading legibly.
Is there some way of specifying a minimum width for the textbox in the parent group heading?
I'm trying to achieve something similar to the first attached image where the 3rd group is still wide enough to display the group name. What I'm currently getting is the third group being really narrow and forcing the group name to wrap onto multiple lines similar to the second attached image.
I can't just make the child group columns wider because that will make the report too awkward to print.
Hello I currently have a multivalue parameter 'username' and a crosstab which displays information based on the usernames selected in the parameter dropdown. Currently if I select multiple usernames the data will be added together in the one crosstab. What i'd like is to have a separate crosstba for each of the usernames selected. Is this possible? In SSRS I would just add to a listbox and group by username, I have tried adding the crosstab to a listbox in telerik and group the list by username but it doesnt work. Would be grateful of any advice in he right direction.
Thanks
We are still using Q3 2013 7.2.13.1016
How do I set the y-axis to always start at 0?
Hello Guys,
I am using Q1 2015 licensed version of Telerik Reporting. It works great for generating PDF reports.
Now we got another requirement in which we have to show Totals against Location & Month [2 parameters] , Eg,Attachment Sample table 1.jpeg
I want to achieve using Report graph designing & not by code behind so can you suggest some way if it is possible? and if not possible by design then what needed to be done to achieve through code behind [dynamic]?
Thanks in advance!!
Nirav
Is there a way to set the minimum step size for the y-axis with the reporting graph?
We are still using Q3 2013 7.2.13.1016. We have a report containing a graph, with page groupings. Y-axis varies from 1-1000 depending on the group.
On the smaller y-axis graphs, the client wants there to be a minimum step of 1, even though some have a max of 2, instead of showing decimal steps. How can this be accomplished?
Thanks.
Hi,
We have an application which is running on Azure server. I am using the reports. Is it possible to run the Telerik reports in an Azure Web App without Session and without “sticky IP”. So, every request generated for data within a report (like pagination or sorting) could be routed to a different server. This will allow us to have the maximum scalability.
Is it possible for reports?
Is there any option in Telerik reporting that we can open the action link in new tab.
Currently, we have only option to open in
navigate to report,
navigate to bookmark,
navigate to Url
(See the document file)
I am using the Navigate to Url and It is redirecting me to the new tab. I want to to open it as the pop-up window.
I have analyzed the reporting JS. and changed the js and able to open in new window. But now I am able to have only opened in pop functionality.
Is there anyway without changing the JS file.
Hi:
I am working with cross tab now and was wondering if it is possible to split the data up into two portions e.g
Suppose I have the following data:
Test, Unit, Value, Date
and will convert into a cross tab table like this:
Test,Unit, 1/3/2015, 2/3/2015, 3/3/2015, 4/3/2015, 5/3/2015, 6/3/2015, 7/3/2015,…
but since the table column group could grow much larger, I was wondering if it is possible to split it into multiple parts, limiting each 'Group' to for 4 (as an example) date per group
e.g
Test,Unit, 1/3/2015, 2/3/2015, 3/3/2015, 4/3/2015
LDL,mg/dl, 4.2, 5.4, 4.5, 4.8,
HDL,mg/dl, 3.2, 3.1, 2.8, 3.5,
TRI,mg/dl, 5.1, 5.4, 4.9, 5.1,
Test,Unit, 5/3/2015, 6/3/2015, 7/3/2015,…
LDL,mg/dl, 4.7, 5.3, 5.6
HDL,mg/dl, 3.2, , 4.6
TRI,mg/dl, 4.8, 3.1, 4.7
Many thanks
Regards
William