Hello,
condition used for comparison of null value depends on used dataset type and therefore can be set by global configuration defined in the RosiCompGlobalCfg:
In your case it can be set as follows:
RosiCompConfig.rDBFilterCfg.NullEqualStr:='IS';
Then funnel filter should work also for NULL value. Text filter does not support null value as it cannot be entered.
I hope it helps
Tomas