Hi Ashish,
Looks like a smarty issue and not a pgpooladmin issue. Check your smarty
global variables for folder paths.
Regards,
Moiz Kothari
--
Hobby Site : http://dailyhealthtips.blogspot.com
On 9/26/07, Ashish Karalkar <[EMAIL PROTECTED]> wrote:
>
> Hello All,
>
>
Hi,
You can use what bruce has suggested and get the value you want.
eg.
select trim(substring(cash_words('1520'), 1, position('dollars' in
cash_words('1520'))-1));
will return you
One thousand five hundred twenty (But ofcourse this eg. does not work for
decima
Hi,
So how would it look like if you say "1520.50" what should it return you
back?
Regards,
Moiz Kothari
On 11/2/07, Yogesh Arora <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>As i am Working for Decimal Formats. is there any method to do it
> in the same way.