Viewing 6 posts - 16 through 22 (of 22 total)
Not necessarily (if I understand correctly). If you set up your main stored proc driven dataset as a shared dataset and cache it (daily perhaps), then inside your RDL you...
August 19, 2022 at 1:12 pm
I think you should be able to change the "sizing" mode of the image and then adjust the width and the height.
For example, if your page layout is 8.5 x...
August 19, 2022 at 12:15 am
Hi! Would you mind talking me through an example of what kind of data you're looking at/filtering? (I suspect that the answer may depend on the size of the datasets...
August 18, 2022 at 11:57 pm
I had a similar problem in a few instances where I found that I needed to change the zero value to "Nothing" to get it to work. I never really...
August 17, 2022 at 5:17 pm
I think I can help, but I have a few questions...
Regarding "range", are you thinking about two parameters (start date & end date), and/or are you envisioning drop down menu(s)...
April 26, 2022 at 1:54 pm
Hi Pete - Try this. They sure don't make it intuitive... 🙂
SELECT c2.Name AS ReportName
,s.Description AS SubscriptionbName
,c.Name...
April 22, 2022 at 3:45 pm
Viewing 6 posts - 16 through 22 (of 22 total)