Forum Replies Created

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

  • RE: Currency COnversion

    Silly Mistake!

    Its working now thanks!

  • RE: Currency COnversion

    I have tried this-

    select

    Table 1.Product,

    Table 1.Currency,

    Table 1.Cost,

    Case

    when Table 2.Currency in ('AUD','CAD','EUR','GBP','INR','PLN','USD')

    then (Table 1.Cost/Table 2.ConversionRate) End as Actual Cost

    From Table 1, Table 2

    but it is giving me 56 records instead...

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