JackHefner
Technical User
I have a project I'm working on and it seemed like it would be simple, but it's got me stumped and the guy I work with say's "You can't get there from here", so I want to prove him wrong, but dang...he may be right.
Here's the challenge.
I have a list that is has phone numbers listed in this manner:
Employee type number
Joe Work xxx-xxxx
Home xxx-xxxx
Mobile xxx-xxxx
What I want to do is flatten out the list
Employee Home Work Mobile
Joe xxx-xxxx xxx-xxxx xxx-xxxx
Can this be done? It seems like each line is a record, but that really does not make any sense to me from a database perspective. I'm really new to cognos, so it may be par for the course, and can't find a way to store a variable, or get it to work with IF/Then/Else statements.
Any help would be greatly appreciated.
Here's the challenge.
I have a list that is has phone numbers listed in this manner:
Employee type number
Joe Work xxx-xxxx
Home xxx-xxxx
Mobile xxx-xxxx
What I want to do is flatten out the list
Employee Home Work Mobile
Joe xxx-xxxx xxx-xxxx xxx-xxxx
Can this be done? It seems like each line is a record, but that really does not make any sense to me from a database perspective. I'm really new to cognos, so it may be par for the course, and can't find a way to store a variable, or get it to work with IF/Then/Else statements.
Any help would be greatly appreciated.