georgesOne
Technical User
Hi All - this has been wrongfully posted as Sharepoint thread (820-1693394)... I start again here - my apologies:
I generated a crosstab query which shows people working on specific project duties.
With a subsequent select query I select the people active in the duty I am interested in, but this query contains all (duty) columns generated by the crosstab query.
I would like to delete those (unknown) duty columns, which contain only null values...
How could I do that... imagine you get following crosstab table:
Person[Tab]ProjectA[Tab]ProjectB[Tab]ProjectC[Tab]ProjectE
AA[Tab][Tab][Tab]50[Tab][Tab][Tab]50
BB[Tab][Tab][Tab]100
CC[Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab]100
DD[Tab][Tab][Tab]25[Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][tab][Tab][Tab]75
Now I want all people participating in ProjectA listed together with the projects they additional work in, like
Person[tab]ProjectA[tab]ProjectB[tab]ProjectE
AA[Tab][Tab][Tab]50[Tab][Tab][Tab]50
BB[Tab][Tab][Tab]100
DD[Tab][Tab][Tab]25[Tab][Tab][Tab][Tab][Tab][Tab]75
Note that PersonCC and ProjectC should not appear.
Thanks for any insight.
best, georges
I generated a crosstab query which shows people working on specific project duties.
With a subsequent select query I select the people active in the duty I am interested in, but this query contains all (duty) columns generated by the crosstab query.
I would like to delete those (unknown) duty columns, which contain only null values...
How could I do that... imagine you get following crosstab table:
Person[Tab]ProjectA[Tab]ProjectB[Tab]ProjectC[Tab]ProjectE
AA[Tab][Tab][Tab]50[Tab][Tab][Tab]50
BB[Tab][Tab][Tab]100
CC[Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab]100
DD[Tab][Tab][Tab]25[Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][Tab][tab][Tab][Tab]75
Now I want all people participating in ProjectA listed together with the projects they additional work in, like
Person[tab]ProjectA[tab]ProjectB[tab]ProjectE
AA[Tab][Tab][Tab]50[Tab][Tab][Tab]50
BB[Tab][Tab][Tab]100
DD[Tab][Tab][Tab]25[Tab][Tab][Tab][Tab][Tab][Tab]75
Note that PersonCC and ProjectC should not appear.
Thanks for any insight.
best, georges