Telerik Forums
Reporting Forum
1 answer
453 views

Hello,

 

Currently, we are building  a telerik report, using Cell merge and conditional formatting functionality.

 

As per the attached screen, we have 3 different checkbox on the top of the screen and based on that we are displaying 3 different columns for each day (Image 1).

User can uncheck any of the checkbox and respective columns should be removed from the report and other columns should be working responsively and take remaining space and divide the space into 2(Image 2). Here, second column is not properly being set based on the total width(Here the first checkbox is unchecked).

 

If user is unchecking the last checkbox, the columns width are not being set and the space is still being occupied for 3rd-last column(Image 3) due to merge cell feature.

 

To achieve the same, we are hiding and showing the columns based on conditional formatting.

 

Urgent help would be highly appreciated.

 

 

 

 

 

 

Todor
Telerik team
 answered on 16 Apr 2018
1 answer
171 views

So, we have a TESTenvironment where we test our product, including our Telerik reports. Once a report is deemed production ready, it is moved into our LIVE environment.

I would like to print a "TEST" watermark on reports generated from our TEST environment. Is there a built in way to determine where my data is coming from, or do I need to add a field to my data source that contains this information?

We have many reports, so if there's a built-in function or way to do this, that would save a lot of work.

Thanks!

Katia
Telerik team
 answered on 16 Apr 2018
0 answers
192 views

Hi,

I have a problem with page number when using group in telerik report designer.

i could not reset the page number when changing the group.

 

Any Idea,

Regards.

 

Kamil
Top achievements
Rank 1
 asked on 14 Apr 2018
1 answer
731 views

*** ReportProcessor.ProcessReport STARTED ***

*** ProcessReport #0 STARTED ***
Exception thrown: 'Telerik.Reporting.Processing.CancelProcessingException' in Telerik.Reporting.dll
Exception thrown: 'Telerik.Reporting.Processing.CancelProcessingException' in Telerik.Reporting.dll
Exception thrown: 'Telerik.Reporting.Processing.CancelProcessingException' in Telerik.Reporting.dll
Exception thrown: 'Telerik.Reporting.Processing.CancelProcessingException' in Telerik.Reporting.dll
Exception thrown: 'Telerik.Reporting.Processing.CancelProcessingException' in Telerik.Reporting.dll
Exception thrown: 'Telerik.Reporting.Processing.CancelProcessingException' in Telerik.Reporting.dll
*** ProcessReport #0 DONE in 00:00:00.2332595 ***

Exception thrown: 'Telerik.Reporting.Processing.CancelProcessingException' in Telerik.Reporting.dll
*** ReportProcessor.ProcessReport DONE in 00:00:00.2631089 ***

 

Above you will find the most useless log a developer can receive.

Obviously something went wrong, but what!? Was it the report, the datasource, a bad conditional formatting, a mistyped column!? Why not actually THROW the exception, at least visual studios will allow me to inspect the exception, and devs should be handling exceptions anyways so this isnt really doing anyone any favors. But this, the way it is now, im on a wild goose chase trying to figure this one out. What can i possibly do to help me pinpoint the exact issue!?

Imagine you asked me for a log and the above was all i was able to produce, you wouldnt know where to begin looking would you?

Todor
Telerik team
 answered on 13 Apr 2018
3 answers
466 views

Hello,

       I am using Telerik Reporting R3 2016 and generating some clustered bar chart. I need to increase gap between each item in grouped bars. I have attached screenshot, please refer. Is that possible to increase gap between grouped bars?

Silviya
Telerik team
 answered on 13 Apr 2018
1 answer
282 views
How do I pass parameters from one sub report to another so that I can use for filtering? I have a sub report in the header of the parent report. I would like the sub report to not show on a page where another sub report exists. I would normally use something static like page number, but the report pages vary depending on data.
Silviya
Telerik team
 answered on 11 Apr 2018
1 answer
352 views

I am trying to create a report that has justified text and has portions of the text underlined.  I'm using an HtmlTextBox and can set the properties to justify the text and underline portions of it.  However, it displays the underline by underlining each word separately, leaving a space between the lines.  Is there any way to force the underline to be one continuous line when using justified text?

Thanks!

Silviya
Telerik team
 answered on 10 Apr 2018
1 answer
229 views

From other forum posts it seems we cannot add multiple detail sections.  I am wondering how to accomplish the following task. (pictures attached)

Dataset is preformatted, and can't easily change.  Currently, the section headers are just treated as inline text in column 1, and background color for all cells is changed to black based off of a formatting field provided in the data.  This works great (Existing.PNG).

 

I received a request that they want to extend the text beyond the width of column 1 and center it. (Proposed.PNG)

Ideally, if I could have a second detail section, I could have a formatted textbox that spans the columns, and another detail section with the spreadsheet type cells.  I would then use conditional formatting to hide visibility.

 

Short of being able to have a second detail section, how could I perform this task with Telerik Reporting?

 

 

 

 

 

Joel
Top achievements
Rank 2
 answered on 09 Apr 2018
1 answer
634 views

I am attempting to build a formatting rule to hide a row in my table.

=iif(isnull(Fields.PODetails_Comment,"")="",1,0)

My data will have null and '' (MSSQL). When running the report, it appears to work most times and others it does not.

I went as far as doing it in SQL "Case when isnull(podetails.comments,'') = '' then 1 else 0 end" then modified the expression in the conditional format to use that new field from SQL...same result.

I finally did a LEN() on the field:

=IIF(Len(fields.PODetails_Comment)>0,0,1)

Again, in most cases, the report looks fine. However, once in a while it will show the row when it should not.

Ideas?

Michael
Top achievements
Rank 1
Iron
Iron
 answered on 06 Apr 2018
1 answer
114 views

I had an old Silverlight Project which I am trying to upgrade.
I did upgrade the reports using the Upgrade Wizard from Telerik.
Now I am using HTML Report Viewer to display the reports. 
The report and parameters are being set from the client side using java script for which I followed  https://docs.telerik.com/reporting/html5-report-viewer-howto-custom-parameters 
I can see the parameters being passed from the console and in the report viewer but the parameters are not being received by the Stored Procedure. The stored procedure gets the parameter values as NULL. 

Unable to figure out why it is happening like this. 

Thanks


Nasko
Telerik team
 answered on 05 Apr 2018
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?