Format Card Number on Applet
I'm storing card numbers in addition to accounts with different types in “ASSET_NUM” column in “S_ASSET” table, i need to display the card numbers only on the applet with a specific format (i.e. to keep the card number as is in the table, and display it on the applet with specific format)
Ex: Card # on table = 4475778865677908
Card # on display = 447577-XXXXXX-7908 (The first 6 digits + XXXXXX + the last 4 digits)
As a conclusion, i need to format the card number on the applet with a specific format based on a specific condition (to format the cards only not all accounts).