Hi All,
New to BW.....
is it possible to NOT display fields depending on the result of an attribute?
i.e. for simplicity say
contract status field has two possible entries: 1. 'completed' or 2. 'open'.
I want to always display certain data, say customer number, no matter what the status is. But if the status is 'completed' then I do not want to display the status or the value. So report would be like
cust | status | value
1 | open | 1000
2 | open | 9999
3 | |
4 | open | 8888
where the contract for cust 3 is 'completed'.
Anyone know is this possible?
Thanks,
Aidan.