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.
Hello,
I might have found a problem. In order to import huge set of activities from CVS file, I truncated Activity, Planningelement, dependency, work and assignment tables.
As ALTER TABLE activity AUTO_INCREMENT=0 didn’t work for me, truncate was an easy way to get id(s) cleaned. I wanted to start from 0 because I’ve already got a set of data with id and parent id starting from 0.
Import was great until I found that the WBS was weird at a certain point. I reproduced the problem with 2 tasks.
I assume that’s because of my Truncate, but it’s doesn’t seem normal to me.
Best,
It comes from my project’s WBS number (WBS=2). On my planning the project is placed at position WBS=2 even if there are tasks with WBS=1.
That doesn’t make sense, project’s WBS should me null or equal 0 I guess.
Best,
No,
WBS should never be null.
But WBS for activities should never be 1.
Exemple :
1 => Project 1
1.1 => Task of project 1
1.2 => SubProject of project 1
1.2.1 => Task of SubProject of project 1
1.2.1.1 Sub task
1.2.1.2 Other sub-tack
and so on...
Ok, so if WBS for project is 3. Your example would be ?? :
Exemple :
3 => Project 1
3.1 => Task of project 1
3.2 => SubProject of project 1
3.2.1 => Task of SubProject of project 1
3.2.1.1 Sub task
3.2.1.2 Other sub-tack
Yes
