Skip to Content
0
Former Member
Aug 03, 2016 at 12:17 PM

Filtering for null values results in column store error in SAP HANA

371 Views

I have a calculation view where at point I need to filter for null values for a particular column and select only when it is null. when I put a isnull(colnm) filter it goes for memory allocation issue.Without filter runs for 6S. Anyone faced similar issue and has any solution for this?