Viewing 15 posts - 46 through 60 (of 104 total)
IF OBJECT_ID('tempdb..#test', 'U') IS NOT NULL
DROP TABLE #test;
CREATE TABLE #test
(
requestid INT,
eventdate DATETIME,
...
December 4, 2016 at 9:57 am
Hi Phil,
Thank you for your answer. This query is for a log application.
I have focused on 1 request ( requestid). But it is possible they are several requestid
This is...
December 4, 2016 at 9:55 am
No answer ??
I really need your help.
All suggestions are appreciated !!!
September 3, 2015 at 2:32 am
OK. But I have not possibilities to have the SSAS solution.
But I can't do it in my report ?
It's only for a report !!!!!!!!!
February 25, 2015 at 10:37 am
Thank you Sir.
I tried this and that's work well.
But I dont't know why my [ALL MEMBER] is null.
Do you know I can rename it like ' All Clients' ...
February 25, 2015 at 10:20 am
Re All,
I tried this
SELECT NON EMPTY {[Measures].[MyMeasure]} ON COLUMNS,
NON EMPTY {
Hierarchize (
Generate (
...
February 25, 2015 at 9:02 am
OK.
I want to design an SSRS report based on a ssas multidimensionnal cube.
This report display the top 10 sales for the company.
I want that user can dynamically display ( top...
February 18, 2015 at 1:51 pm
Thank U Martin.
Thats works good !!!
February 15, 2015 at 3:39 pm
Thank You MicVog,
I will try the third solution and I will let you know.
Thank U
July 22, 2014 at 12:06 pm
Hi Jack,
Thank U for your answer.
So, do U know how can I do it within the report server?
I hearded that it's possible with C# script: http://stackoverflow.com/questions/15831328/ssrs-disabling-export-options-eg-pdf-for-individual-reports
July 22, 2014 at 1:17 am
Hi,
I have the problem.
Did U find solution for it ?
Lidou
July 21, 2014 at 9:11 am
Viewing 15 posts - 46 through 60 (of 104 total)