Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: finding Quarter

    but 10/08/2011 not show in 2 quarter

  • RE: finding Quarter

    my friend i want to show any date lies between date 01/04/2011 to 30/06/2011 under in 1 quarter

  • RE: query for seeing the predefined table query

    can you please give me the query as a example

  • RE: query for seeing the predefined table query

    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.....

  • RE: execution time

    i used now , but this time i got an error of substract identifier in the expression. can you give me the correct expression.

  • RE: execution time

    i tryed this but GETDATE() is not work in as an expression in defining a report variable.

  • RE: execution time

    then how will i get the static starting and ending point.

    please give me the solution.

  • RE: execution time

    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 >...

  • RE: execution time

    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...

  • RE: execution time

    my friend i want to print the both timing with the report data at the header

    for that what i can do.

Viewing 10 posts - 1 through 10 (of 10 total)