Forum Replies Created

Viewing 15 posts - 151 through 165 (of 169 total)

  • RE: calculating period of time

    I am sorry I didn’t plan to frustrate anyone, specially not people from the forum who are always willing to help, specially to a newbie in sql like me. I...

  • RE: calculating period of time

    but if i create the date table dont i have to add the dates manually?

    to calculate the first period i go

    select sum(Count) from #table where recordday >= '2008-01-01' and recordday...

  • RE: calculating period of time

    Chris that but I need to add each row manually which I didn’t want to do (this is the one thing I know how to do lol.

    Jayanth, I know more...

  • RE: calculating period of time

    it can be something like

    Set Count

    1st set 87

    2nd set 83

    and so on..

  • RE: calculating period of time

    the table looks bad, i am sorry, i need to check the link you gave me :unsure:

    but basically i have dates and a count.

    i need to sum the count of...

  • RE: calculating period of time

    ohhh.. here is the table, i need to sum the count (this is part of the table as the data goes forever and ever with the dates...)

    day ...

  • RE: calculating time difference

    thanks!!! what i meant is that i was going to try to understand lol.

    but i did on my own before reading my explanation... (there goes my ego :-D)

    i am just...

  • RE: calculating time difference

    it worked!!!!! 😀

    thanks so much!

    i just need to understand what you did!

    thanks again 😀

  • RE: dates and columns

    yes it is, i just double checked it.

    maybe it has to do with the fact that i am formatting the dynamic date of the chb even though i dont need...

  • RE: dates and columns

    i tried that already and nop, doesnt work.

    it doesnt the calculation but it doesnt bring the results, that is why i tried to go with the crossjoin.

    i get '#Error'

    :unsure: well...

  • RE: dates and columns

    the strtomember worked perfectly when i changed the date with the dynamic date (someone pointed that out for me).

    the problem that i encounter with that was when i needed to...

  • RE: dates and columns

    thanks to both of you...

    i will check the calculated members.

    i know i can add the dynamic time on sql (that one i actually know how to do lol), but...

  • RE: trying to make my first report and it is not going :(

    i will try it. thanks a bunch 🙂

  • RE: trying to make my first report and it is not going :(

    it didnt work :w00t:

    life on mdx land is never easy 😀

  • RE: dates and columns

    thanks!

    the second question was if i want different dates on different columns.

    first column yesterday, the second column the day before yesterday, etc etc.

    🙂

Viewing 15 posts - 151 through 165 (of 169 total)