Forum Replies Created

Viewing 4 posts - 31 through 34 (of 34 total)

  • RE: How to use sum and formatcurrency in the same field?

    Ray M (11/9/2012)


    There's 2 ways to do it.

    Leave the Formula the way you have it as

    =sum(Fields!selling_price.value)

    and then in the properties of the Textbox change the number format (Right Click on...

  • RE: SQL Query Help - Join + Max

    Thanks Eugene,

    That's perfect, It has produced almost the exact number of records I expected. It is out by less than 10 records but I can see these records are...

  • RE: SQL Query Help - Join + Max

    Yeah apologies again I copied the sql whilst half way through attempting something else...

    I edited my post above but the following is produces about double my expected results...

    SELECT

    a.pr_id,

    a.bp_id,...

  • RE: SQL Query Help - Join + Max

    It's because the SQL I copied into the forum post was wrong - I had too many windows open ...

    Anyway the following SQL is what I had been attempting:

    SELECT

    a.pr_id,...

Viewing 4 posts - 31 through 34 (of 34 total)