Skip to Content
0
Former Member
Aug 06, 2008 at 10:48 AM

How to split one characteristic into 2 columns in query

42 Views

Hi,

There is a characteristic TASK, which has a navigation attribute Phase Indicator, and if Phase Indicator = 1, then this Task is a Phase, or else it's a normal Task.

Now I want to have a result with 2 columns like:

Phase Normal Task

PH1 T1

PH1 T2

PH2 T3

PH2 T4

Could you give any advice on how to realize it?

Thanks in advance!

Regards,

Napoleon