I'm new to Qlik view and want to write a query to retrieve records with specific pattern. I have Account Table which has accountNo field and the values of the field are in the following patterns -
accountNo
XXXX-00-XX-XXXX
XXXX-01-XX-XXXX
XXXX-02-XX-XXXX
XXXX-03-XX-XXXX
XXXX-04-XX-XXXX
XXXX-05-XX-XXXX
XXXX-06-XX-XXXX and so on.
Note that X's are numbers, for example, 1124-00-52-6000, 2547-01-63-8552, 3697-02-56-6542 and so on. However, I'm trying to get accountNo from Accounts Table where the accountNo are XXXX-00-XX-XXXX, XXXX-01-XX-XXXX, XXXX-02-XX-XXXX, XXXX-03-XX-XXXX and XXXX-04-XX-XXXX using sql code or Qlikview syntax