Telerik Forums
Reporting Forum
4 answers
261 views

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,…
LDL,mg/dl,  4.2,         5.4,           4.5,          4.8,         4.7,           5.3,        5.6
HDL,mg/dl, 3.2,         3.1,           2.8,          3.5,          3.2,                ,        4.6
TRI,mg/dl,  5.1,         5.4,           4.9,          5.1,          4.8,           3.1,        4.7

 

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

                          

 

 

William
Top achievements
Rank 1
 answered on 05 Aug 2015
1 answer
52 views

I want to a functionality which will click on any graph slice and can show some information. I have checked the following link

http://www.telerik.com/forums/interactive-charts

It is a 4 year ago post and I think it is not possible till now, but Telerik should provide me this feature

Any help,

Nasko
Telerik team
 answered on 05 Aug 2015
0 answers
61 views

Is it possible to display reports created in the report library as a slideshow (display the next report with updated data after a specified time such as every one hour. If all of the reports are showed, go back to the first report and continue the sequence until the report viewer is closed) ? If yes, how can I implement it? Is there any workarounds for this situation? 

Thank you, 

 

Nhan
Top achievements
Rank 1
 asked on 05 Aug 2015
2 answers
206 views

Hi Telerik,



We've been experiencing performance issues on our reports...

Whenever I run a report, just 1 report... The database server CPU spikes up...

from 1% consumption it spikes up to 99%... drastic...



Please see attached file for DB server specs and other screenshots

 

 

Thank you so much.

Stef
Telerik team
 answered on 05 Aug 2015
2 answers
1.1K+ views

Hi,

I need to put some text in the textboxes which is language dependent. So what am I doing is, I have used combination of static text and dynamic text for each language culture. For example

For English : textBox1.Value="Label" + Fields.Name + ", " + Fields.Address

For ​Russian : textBox1.Value="этикетка" + Fields.Name ​+ ", " + Fields.Address

 Till now I have placed the English part(i.e. "Label" + Fields.Name + ", " + Fields.Address) and Russian part(i.e. "этикетка" + Fields.Name ​+ ", " + Fields.Address) in their respective files.

My question is - Can we place just static part of the expression in the Resx files and keep the rest intact (Means placing just "Label" and "этикетка" in the resx files) ?

If yes then How?

Amar
Top achievements
Rank 1
 answered on 05 Aug 2015
2 answers
680 views

Hi,

I am facing a problem in binding the reports data with expressions. I am using the below expression-

=Fields.Name + ", " + Fields.Address + ", " + Fields.PhoneNo

In this, if any part(like Fields.Name) is null then it makes the whole expression to return null and it leaves the line blank on the report. ​I expect it to concatenate the strings and if there is any null value then it should ignore and should give us the rest as the output(Which is the default behaviour of .Net)

 Please suggest if there is any option to change its behaviour of dealing with null values or is there any alternative ?

 

Amar
Top achievements
Rank 1
 answered on 05 Aug 2015
5 answers
529 views

Hello,

I create ReportViewer with report in my code and place it in Panel. In Javascript I start the printing by calling function PrintReport(). Something like that:

ReportViewer viewer = new Telerik.ReportViewer.WebForms.ReportViewer();
InstanceReportSource source = new InstanceReportSource();
source.ReportDocument = book;
viewer.ReportSource = source;
 
Panel retControl = new System.Web.UI.WebControls.Panel();
retControl.Controls.Add(viewer);

 

But I have the problem with the device information settings for rendering in PDF format. I define them in config file and it works fine, but I need to change them for some cases dynamicaly. I find that I can put hashtable with device info into RenderReport, but it looks there are not accessible any render methods in ReportViewer. Is it possible to these property in my program?

Many thanks

 

Stef
Telerik team
 answered on 04 Aug 2015
1 answer
217 views

We have a multi-value parameter in our report. We added interactive sorting to the report by using the work around mentioned in the following post:

http://www.telerik.com/support/kb/reporting/styling-and-formatting-reports/details/how-to-add-interactive-sorting-to-a-table-item-

When we sort any column, the report reloads and the multi value parameter loses the selection. How can we prevent clearing out of the multi-value parameter control? Is there a way to set the value of the multi-value parameter?

 

Stef
Telerik team
 answered on 04 Aug 2015
1 answer
138 views

We are using Firefox 39.0 and Telerik Reporting Q2 2015. we get the following error on loading of report viewer:

TypeError: Argument 8 of StorageEvent.initStorageEvent does not implement interface Storage.

Is there any solution to make reports work in Firefox?

Stef
Telerik team
 answered on 04 Aug 2015
3 answers
287 views

Hi, 

 

i have a cross tab column, but it will invisible depend on the value, what i did is go to column properties and add binding :

Visible=IIF(Value>0, True, False)​

 

after column invisible, another columns did not fill up the space, how can i solve this, thanks.

 

Regards,

bapuy
Top achievements
Rank 1
 answered on 04 Aug 2015
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?