Good afternoon!
I am currently working on a report that needs to be limited to a single page. In order to accomplish this, I limited a subreport containing a list of case charges using the Top N filter (shown in the attached picture). This operates exactly how I'd like it to- it limits the charges list to 5 if there are more than 5 charges.
I would; however, like there to be an indicator on the page if the list exceeds the limit of 5 (or if the top n filter is active). I believe the best way to accomplish this would be to have a textbox that is visible on the page if there are more than 5 charges and invisible if there are less than five charges.
I tried using various filters and conditional formatting rules, but nothing I have tried so far has worked.
Is there an easy way to accomplish this, or a function I should be using? Would it be beneficial to create a second subreport?
Thank you!
Hi,
i want to delete my account. How can i do that?
MfG,
Tom
Good Afternoon Telerik Community,
In Telerik Report Designer- Is there a way to change or highlight a cell red if it contains a duplicate value in the report ran?
in example, if a patient has the same MRN but diff account number highlight the MRN red. Similar to Excels (Duplicate Value) conditional formatting?
Thank you!
Good Morning Telerik Community,
How can I show blank data in a table using the Telerik Report Builder?
The current code I am using is not displaying blank(empty) cells. and, when I coalesce nothing appears as well. When I run my query on the server(oracle server) I get back all my table values I am requesting even if the value is blank. However, running it out of Telerik it seems if its blank in one table value but has data in another on the same row it just skips the entire row even with the ones with data instead of just displaying blank, null or nothing.
in example, I have 5 tables I am querying.
Accession | Patient Name | DOB | Exam Name | Radiologist (How it should display)
000001231 | Doe, Jane | 01/01/1800 | Bilateral Mammo W/Wo Contrast | Dr. Sheldon Cooper
000001236 | Doe, John | 10/06/1929| Bilateral Hip With Contrast |
000001234 | Doe, Jamie | 07/14/1915 | Chest Angio W Contrast | Dr. Sheldon Cooper
Total Rows: (3)
Accession | Patient Name | DOB | Exam Name | Radiologist (How it currently displays incorrectly)
000001231 | Doe, Jane | 01/01/1800 | Bilateral Mammo W/Wo Contrast | Dr. Sheldon Cooper
000001234 | Doe, Jamie | 07/14/1915 | Chest Angio W Contrast | Dr. Sheldon Cooper
Total Rows: (2)
Is there something within Telerik report builder I am doing incorrectly or, I do not understand?
Any help would be appreciated!
I have tried to add fonts to the web report designer by installing the true type font on the production OS.
I also tried to add the font as a private font.
I am running on Windows Server 2019 - IIS with Build version: 8.2.22.1109
If I design a report on the desktop client and upload it, the report displays the correct font (I think this is because the font is installed on both the production server and my workstation) but shows a 'blank' font face under style (see attached) . If I export this report the font style is lost entirely and replaced with Microsoft Sans Serif.
I would prefer to have my users work through the web designer to keep things easier and more consistent for them. How can I get any true type font installed to the Report Server Web Designer?
Hi, sorry for the lack of experience in object data source, my question is I am making a class to retrieve the data from postgresql db and I am using npgsql. After creating the dll, I put it in the bin folder of my TRS as what in the tutorial stated and added it in the AssemblyReferences. Do I also need to add the dll of Npgsql because when I did that, it gives me the following error
""
Or how do you retrieve the data from postgresql as object data source?
HI
I have created a simple telerik report in web designer, it runs fine, there is no error, and there are data on the report
but it shows a blank report initially when the report is pulled up,
and after I click refresh button, the content will appear.
Any suggestion?
Hi, In the pageHeaderSection, I have written there the company name, their address and the logo coz I want to appear it on every page and this is for the 1st cooperative report. We are handling a lot of coops, so if I'm going to upload the report to each of our client server, I would like to know how to change the pageHeaderSection content where if I change the content, all reports page header should be affected, In short I wouldn't be manually opening all reports just to change the content of the pageHeaderSection.
Scenario: If the 1st coop opens the report, they will see just their company name, their address and the logo, its like it will automatically change the pageheadersection content depends on what client access the report. Any idea on how to do this?