ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: hideki.yoshikura on June 25, 2020, 08:07:40 am
-
Hi
Param query version is using 6.2.4.
I want to filter cells whose dataType is integer type with Blanks cells.
If condition=equal, is it possible to filter with Blanks?
If possible, please tell me how to set it up
[img][/screen.png]
-
Please use "empty" condition for blank cells.
-
Thank you for your answer
OK. I was able to solve it by using condition = empty.
By the way,
If dateType is an integer type cell and condition = equal, is it impossible to filter Blanks cell?
-
Excuse me, but could you answer?
-
Sorry for late reply.
Inbuilt equal condition doesn't work with blanks currently.
It's possible if you override the inbuilt compare function for equal condition.
Please follow this example on how to override the compare function for any condition.
https://paramquery.com/pro/demos/filter_custom
-
Thank you for your reply.
I understood the answer.