Viewing 10 posts - 1 through 10 (of 10 total)
my friend i want to show any date lies between date 01/04/2011 to 30/06/2011 under in 1 quarter
June 20, 2012 at 5:58 am
can you please give me the query as a example
May 23, 2012 at 1:40 am
actually, i created a table before some time and now i want to see what query i used to create that table.
now tell me can i see the query.....
May 23, 2012 at 1:28 am
i used now , but this time i got an error of substract identifier in the expression. can you give me the correct expression.
May 11, 2012 at 9:59 pm
i tryed this but GETDATE() is not work in as an expression in defining a report variable.
May 11, 2012 at 9:46 pm
then how will i get the static starting and ending point.
please give me the solution.
May 11, 2012 at 6:24 am
for execution time:
="Execution Time: " +
IIf(System.DateTime.Now.Subtract(Globals!ExecutionTime).TotalSeconds < 1, "0 seconds",
(
IIf(System.DateTime.Now.Subtract(Globals!ExecutionTime).Hours > 0, System.DateTime.Now.Subtract(Globals!ExecutionTime).Hours & " hour(s), ", "") +
IIf(System.DateTime.Now.Subtract(Globals!ExecutionTime).Minutes > 0, System.DateTime.Now.Subtract(Globals!ExecutionTime).Minutes & " minute(s), ", "") +
IIf(System.DateTime.Now.Subtract(Globals!ExecutionTime).Seconds >...
May 11, 2012 at 6:10 am
i tryed this but time is changed with the system time, which was not useful for me. if i save the report in excel after 15 minutes of current execution...
May 11, 2012 at 6:05 am
my friend i want to print the both timing with the report data at the header
for that what i can do.
May 11, 2012 at 5:49 am
Viewing 10 posts - 1 through 10 (of 10 total)