Delphix Products

 View Only
  • 1.  How do I mask a Varbinary image column?

    Posted 04-03-2019 07:57:00 AM
    Hi Hims,

    I want to mask an Varbinary(max) image column with a single image for a selected rows and another image for other selection of rows in a same column. How can I achieve this using Binary Lookup Algo? Note: This conversation was created from a reply on: Functioning of Binary Lookup Algorithm.


  • 2.  RE: How do I mask a Varbinary image column?

    Posted 04-04-2019 06:36:00 AM
    Hi Rajesh,

    You can create 2 binary lookup algorithms for the 2 different images. You can then apply them to the same column by creating 2 rulesets for the same table.

    The rulesets can have the rows filtered by either filter criteria or custom SQL based on your selection criteria


    Regards,
    Mayank


  • 3.  RE: How do I mask a Varbinary image column?

    Posted 04-04-2019 09:53:00 AM
    Thanks a lot, this will be helpful