Hi All,
I have a requirement where I need restrict data(records) of HANA View based on below condition.
ORDER | DELIVERY | MATERIAL | DATE | QTY |
101 | 801 |
| 02032016 | 100 |
102 | 802 | MAT2 | 03032016 | 200 |
103 |
| MAT3 |
| 300 |
104 | 803 | MAT4 |
| 400 |
|
|
|
|
|
Out of above data, I need records which has data at columns DELIVERY, MATERIAL and DATE.
Means, I need ORDER : 102.
When I preview data of my CALCULATED VIEW, I need only one record(ORDER -102) out of 4.
How can I achieve this at HANA Calculation View end.
Thanks.