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?