Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi,
I have strange results with some reports. For instance 'synthèse des charges par activité'.
The SQL query seems to be "select planningelement.* from planningelement where planningelement.idle=0 and (1=1) order by planningelement.wbsSortable".
In the result i got lines with NULL or 0 values for most of the fields (for instance idProjet, refType, refId, refName).
Perhaps an old bug?
Can i suppress all the lines in the database?
Thanks
Yes, it may be an old bug.
The id of the lines should give you an information about the age of the line.
If refType, refId and idProject is empty, then there is no more reference to fnctionnal item (project or activity).
So you can delete them.