Hi,
I'm trying to set up some reports using Cognos Impromptu through the ODBC link and have run into a slight problem.
I need to analyse sales by the Payment Method as some customers can pay on account, most need to pay by credit card or cheque before delivery. I have found the payment method 'Payment on Account' which is variable 964 in business settings but unfortunately in the table PaymentMethods the field 'sDescription' shows it as a NULL and the field 'sPreprocessedMethodName' is a LONGCHAR which isn't compatible with Cognos by the seems of things.
Is the any way for me to populate the 'sDescription' field with the correct name through Actinic and if not am I going to destroy the database if I do an update through SQL on the field?
Could you also email the Schema if possible?
Mark Bradley
I'm trying to set up some reports using Cognos Impromptu through the ODBC link and have run into a slight problem.
I need to analyse sales by the Payment Method as some customers can pay on account, most need to pay by credit card or cheque before delivery. I have found the payment method 'Payment on Account' which is variable 964 in business settings but unfortunately in the table PaymentMethods the field 'sDescription' shows it as a NULL and the field 'sPreprocessedMethodName' is a LONGCHAR which isn't compatible with Cognos by the seems of things.
Is the any way for me to populate the 'sDescription' field with the correct name through Actinic and if not am I going to destroy the database if I do an update through SQL on the field?
Could you also email the Schema if possible?
Mark Bradley
Comment