Jump to content

Dbgrid with filter and NULL values


lema

Recommended Posts

Hello to all !

I think that the question is more about Delphi and less about UNIGUI.
I searched the forum, but couldn't find anything related.

How can we display NULL values in uniDBgrid with filters enabled?
The parameter %% returns only the records that have values...

I tried with both demos (GridFiltering, GridFiltering-2), after first enabling Grid editing.

Link to comment
Share on other sites

I should mention that the approach I'm using now is at the SQL level using COALESCE( field, '' ).
I'm transforming all NULL values to empty strings.
However, is there any way at the Delphi or UniGUI level to address this?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...