Posts: 80
Threads: 26
Joined: Oct 2015
Reputation:
24
Hi,
I add some custom fields in Document module and create a report with these new fields.
When I launch report, I have error like this :
Unknown column 'vtiger_notescf.cf_731' in 'field list'
How could I resolve it ?
Thanks
Posts: 80
Threads: 26
Joined: Oct 2015
Reputation:
24
Very good and quick.
Thanks.
Posts: 80
Threads: 26
Joined: Oct 2015
Reputation:
24
Hello,
I have a new error in report :
Echec de la génération du rapport!
Unknown column 'vtiger_contactdetailsRelServices793.firstname' in 'field list'
How could I solve it ?
Thanks
Posts: 3,564
Threads: 36
Joined: Apr 2014
Reputation:
49
First: detail the selected modules and columns
Second: go to global variables, and set to 1 the variable Debug_Report_query, then launch the report again, you will get the query on screen, paste it here.
Joe
TSolucio
Posts: 3,564
Threads: 36
Joined: Apr 2014
Reputation:
49
That is odd. Did you set the variable to your user?
In any case, please detail the selected modules and columns or try to reproduce in the online demo so I can see it.
Joe
TSolucio
Posts: 140
Threads: 1
Joined: Apr 2014
Reputation:
25
04-20-2016, 07:15 AM
(This post was last modified: 04-20-2016, 07:43 AM by omarllorens.)
Thanks, Gerald.
I've seen that exist two errors.
1.- Your error is because of you have created a relational custom field with Contacts in Products, and the query that is generated fail.
2.- Products by default have in "More Information" tab the related list with contacts, if you want to see this list in the report, you have select the related module "Contacts" in step 2, but if I try this report not fail but not show me any value from contacts.
We will fix it and update coreBOS asap
Posts: 80
Threads: 26
Joined: Oct 2015
Reputation:
24
04-20-2016, 07:26 AM
(This post was last modified: 04-20-2016, 07:26 AM by geraldbigot.)
Hello Omar,
I chose contacts as related module in step 2 but not better.
Thanks for investigating.