Project:
View Revisions: Issue #24966 | [ Back to Issue ] | ||
Summary | 0024966: If you set a sumary function on the grid for a computed column it fails | ||
Revision | 2013-10-17 16:39 by egoitz | ||
Steps To Reproduce | -Go to sale order window -Click with the right button of the mouse on the label of a computed column, for example, Delivery status -Click on set summary function, and select count *You get an error After close the error you still get the error when opening againg the window, or changing the order of the data shown The error on the grid is: Exception when creating query select count(e.deliveryStatus) from Order as e left join e.businessPartner as join_0 where ( (( upper((COALESCE(to_char(join_0.name),''))) = :alias_0 )) and (e.salesTransaction=true AND e.transactionDocument.return= false AND e.transactionDocument.sOSubType NOT LIKE 'OB') ) and e.organization.id in ('E443A31992CB4635AFCAEABE7183CE85', '0', 'DC206C91AA6A4897B44DA897936E0EC3', '7BABA5FF80494CAFA54DEBD22EC46F01', 'BAE22373FEBE4CCCA24517E23F0C8A48', '19404EAD144C49A0AF37D54377CF452D', 'B843C30461EA4501935CB1D125C9C25A', '2E60544D37534C0B89E765FE29BC0B43') and e.client.id in ('23C59575B9CF467C9620760EB255B389', '0') |
||
Revision | 2013-10-17 16:35 by egoitz | ||
Steps To Reproduce | -Go to sale order window -Click with the right button of the mouse on the label of a computed column, for example, Delivery status -Click on set summary function, and select count *You get an error After close the error you still get the error when opening againg the window, or changing the order of the data shown |
||
Revision | 2013-10-17 16:33 by egoitz | ||
Steps To Reproduce | -Go to sale order window -Click with the right button of the mouse on the label of a computed column, for example, Delivery status -Click on set summary function, and select count *You get an error |
Copyright © 2000 - 2009 MantisBT Group |