Re: PostgreSQL ODBC connection from Crystal reports in windows, currency domain

From: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>
To: jd(at)commandprompt(dot)com
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: PostgreSQL ODBC connection from Crystal reports in windows, currency domain
Date: 2009-03-10 09:50:53
Message-ID: db471ace0903100250s3345bd1fqaf575838243b0df6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Joshua,

I've found a reasonable solution. I simply create custom "formula
fields" in Crystal reports. Formulas consist of things like this:

ToNumber({processed_daily_sales.value})
ToText({department_group.description})

They can then be used just as you'd use the columns themselves if they
were typed correctly. This is slightly hacky, but by far the most
acceptable solution, to my mind.

Regards,
Peter Geoghegan

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message drbob 2009-03-13 22:13:49 MS access and postgres "#Deleted" appearing after inserts
Previous Message Joshua D. Drake 2009-03-09 16:15:07 Re: PostgreSQL ODBC connection from Crystal reports in windows, currency domain