Viewing 12 posts - 16 through 27 (of 27 total)
MysteryJimbo (2/22/2012)
February 22, 2012 at 10:22 am
Thank you all for the explanations. Makes perfect sense now. 🙂
February 22, 2012 at 9:13 am
Hakuna Matata (2/22/2012)
WHERE CONVERT(DATE,FM.Openeddate)=CONVERT(DATE,GETDATE())
Jeremy... (2/22/2012)
Where FM.Openeddate = getdate()
did...
February 22, 2012 at 8:28 am
Lynn Pettis (2/22/2012)
Jeremy... (2/22/2012)
Where FM.Openeddate = getdate()
did not work. It...
February 22, 2012 at 8:22 am
I figured it out. I had to select the group in question, go to properties, set hidden to false and toggle item to none. now the drilldown is gone.
February 21, 2012 at 10:44 am
ColdCoffee (2/17/2012)
Jeremy... (2/17/2012)
"2012-01-01 10:12:03.090" vs "Jan 13 2012 2:20AM".Is there anyway for this to work while keeping dates looking the same?
This?
CASE WHEN (
SELECT MIN(dbo.GetLocalDateTimeFunc(FA2.ReceivedDate))
FROM FileActions FA2
WHERE...
February 20, 2012 at 7:04 am
Thank you! That appears to have worked. However, now the dates in that column are in a different format:
"2012-01-01 10:12:03.090" vs "Jan 13 2012 2:20AM"....
February 17, 2012 at 5:18 pm
SQLKnowItAll (1/18/2012)
Jeremy... (1/18/2012)
SQLKnowItAll (1/18/2012)
Select "Report" in the properties box, go to InteractiveSize and change Height to 0.
Is this in the BI studio? I'm not seeing "report" in the properties...
January 18, 2012 at 2:59 pm
SQLKnowItAll (1/18/2012)
Select "Report" in the properties box, go to InteractiveSize and change Height to 0.
Is this in the BI studio? I'm not seeing "report" in the properties box. thanks.
January 18, 2012 at 2:40 pm
Geoff A (1/18/2012)
you can of course, change the...
January 18, 2012 at 2:14 pm
Are you referring to maybe when the report has been exported to excel or PDF?
I've seen it done in the past where when viewing the report in Internet...
January 18, 2012 at 2:13 pm
Thanks for the help. I'm actually using the BI Studio to create reports. Also, the size of the report constantly changes so the height of the report would...
January 18, 2012 at 2:00 pm
Viewing 12 posts - 16 through 27 (of 27 total)