Viewing 6 posts - 1 through 6 (of 6 total)
Thanks Daniel,
it was very informative and gives good insight about the Azure Database.
One small update. I tried creating the Global temp table in SQL Azure, Table...
August 21, 2018 at 2:36 am
Hi Try this approach, it might help you.
DECLARE @DB varchar(200)='DBName1,DBName2,DBName3......'
...
February 22, 2013 at 12:11 am
Hi,
Try this, might be it help.
Right Click on Rectangle ->properties-> see weather the option "Keep contents together on a single page, if Possible" is check or not. if not then...
February 21, 2013 at 9:51 am
Hi,
It is something you can't do anything. wherever a files exported to PDF from any other format, the PDF engine looks for its own replacement of font, if the engine...
February 21, 2013 at 9:43 am
Hi Var05,
Try this out.
suppose your report query is like this.
Select
Col1,
Col2,
.
...
February 21, 2013 at 8:01 am
Hi,
If I understand well, You are looking for running total. for that write an expression on the report field to compute.
=runningvalue(Field!SomeFieldName,Sum,"Datasetname")
Thanks,
Neeraj K
November 26, 2012 at 8:58 am
Viewing 6 posts - 1 through 6 (of 6 total)