Telerik Forums
Reporting Forum
2 answers
567 views

I have a multi-select parameter where I want to set 2 default values (MTD, YTD).  The parameter dropdown allows the user to select which periods they would like to view.  For Each Organization, the periods have different ID's and can have different names.  But there are some commonalities.

Some orgs use YTD, some use FYTD.  SO I need to be able to set my default value something like:

               = Array(Field.ShortName Like '%YTD%' OR Fields.ShortName Like '%MTD%')

However, I have tried this and it does not work.  Does anyone know a solution for this?

Thanks,

Phillip

     

Stef
Telerik team
 answered on 12 May 2016
1 answer
535 views

I am new to Telerik reporting, but have experience in Crystal, so I get the basic ideas.  However, I am working on a report where we need to group it by item # and display the data accordingly.  I am having issues getting the format I am looking for (see below).  How do I get multiple values into the item # group row?  Is it possible?  The issue I have now is that I cannot merge two cells to get the item # line to show correctly.  The table setup keeps throwing me for a loop, so any help in getting this setup would be appreciated.  Thank you.

 

Item #             Item Desc            Current Price    

1234567890   New Item Desc    $15.00

     Orig Price  New Price Effective Date....

      $14.95      $15.00       5/1/2016

      $14.95       $14.96      4/1/2015

1234                Item Desc 2 ......

Stef
Telerik team
 answered on 12 May 2016
2 answers
1.0K+ views
Hi,

is there any way to select report parameter value for parameter with defined data source, when preview report in Report Designer?

I can set value for simple text parametr in Parameter Properties window, but how to select value when parameter with own data source for values?

Thanks a lot!
Kyle
Top achievements
Rank 1
 answered on 11 May 2016
1 answer
542 views

I have multiple tables in my report. I want each table to start in a new page. 

On a different thread i read that i could do so by wrapping each table in a separate group or have each table in a different report section.I am not sure how to do that. Can someone please help me or point me to the right example?

Thanks

Stef
Telerik team
 answered on 11 May 2016
2 answers
78 views

How do I create Harvey Balls in Telerik Reporting?

 

https://en.wikipedia.org/wiki/Harvey_Balls

 

Greg
Top achievements
Rank 1
 answered on 10 May 2016
1 answer
304 views

In telerik reporting repor viwer , I have html textbox , expression displayes html content inside. How can I render or interpret of html tags of that cell content.

In SSRS we have placeholder property through that we get it doen. but in telerik I could not find anything.

Katia
Telerik team
 answered on 10 May 2016
1 answer
1.5K+ views

I have a situation where we have six different reports, where they all are basically bringing the data with the similar columns with different values.

The user want to be able to combine all of them into one, yet have each report to show up on a new page. At present the table is tied to a dataset.

My initial thought was to have one table but group it in such a way that for each different group/iteration, i would tie the table to different data source. But I don't think that it is possible from my understanding of other posts in the forum.

What is the best way for me to pull all these 6 different datasets(reports) in one report viewer control? rightnow they can run one report at a time by selecting from dropdown box which will rebind the reportviewer to the report (new data)

except for the binding of different dataset for each report, everything else is same. so it seems pointless to create different report.

Shoul i create six tables each tied to a different dataset?! Please help.

Thanks.

Katia
Telerik team
 answered on 10 May 2016
1 answer
230 views
I need to hide the space of the page header from 2nd page on wards. I applied the binding property (Image 1). It only hides the page header contents but the page header space is still there. How to hide the space. Thanks.
Current Problem(Image 2)
Stef
Telerik team
 answered on 10 May 2016
1 answer
412 views

 

 

I have a Telerik report with a graph. The graph's x-axis is a series of dates. Our client would like those dates in order from oldest to most recent. They also want the dates formatted to not include the time portion of the date. I've tried for the past day to get this to work and can't figure it out. Can someone explain how to do this?

My data query is this

SELECT AnalysisNumber
    , DateSampled
    , ViscosityAt100C
FROM tblSample
ORDER BY a.DateSampled ASC

The results show the dates in the order I want them and the dates are formatted properly.

 

AnalysisNumber   DateSampled        ViscosityAt100C
2146951               2015-12-17           13.5
2148323               2015-12-30           12.8
2149080               2016-01-11            13.9
2152284               2016-02-03            13.3
2153660               2016-02-18            13.6
2158736               2016-03-09            13.7
2158737               2016-03-16            13.8

 

But when the graph is displayed, the dates show with the time: 12/17/2015 12:00 a.m.  I've set the LabelFormat to {0:d}, but the time portion of the date still shows.  I've tried several formats there, but done seem to change it at all.

 

I tried to convert the date to a varchar and format it, but then the dates are not in the proper order.  I also tried having a text version of the date and a date version of the date in my SQL query, using the text version as the grouping and the date version as the sorting, but that resulted in not showing anything on the x-axis.

 

How do I get the dates to be formatted properly but still sorted like a date?

For a fuller explanation with screenshots, look at this: Formatting dates on graph


I have a Telerik report with a graph. The graph's x-axis is a series of dates. Our client would like those dates in order from oldest to most recent. They also want the dates formatted to not include the time portion of the date. I've tried for the past day to get this to work and can't figure it out. Can someone explain how to do this?

I have a Telerik report with a graph. The graph's x-axis is a series of dates. Our client would like those dates in order from oldest to most recent. They also want the dates formatted to not include the time portion of the date. I've tried for the past day to get this to work and can't figure it out. Can someone explain how to do this?

Ivan Hristov
Telerik team
 answered on 10 May 2016
1 answer
131 views

Hi All,

Pdf export fails when I export to an existing file that contains watermark. 

Steps to get this issue.

Say I have a document exported (formatProvider.Export(document, stream);) in to pdf and save it. Open the saved pdf file, add a water mark in the pdf and save it.

Export the document again, when it prompts for save, point it to the same pdf file that contains water mark and replace the file.It pretends likethe file is exported with the latest content but it fails. 

 On exporting if a new file name is given or pointed to the file that doesn't contain the water mark the content is exported. Could you please suggest is this is a known bug or am I missing some thing ?

Thanks

Stef
Telerik team
 answered on 09 May 2016
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?