Hi All,
I need to get the count of a column(“Code”), based on the below condition:
if the column contains or start with “992” I dont want to consider in the total count, if the the column name doesn’t contains the “992” then I need to consider the total count.
for example:
if the column “Code” contains: the numbers
99213
88913
90351
99006
from the above values of the column I need to skip the 99213, so the count is 3(88913,90351,99006)
how can I achieve this, please help me.
@ushu
@ppr
@Yoichi
@vishal.kp
@Gokul001
@lakshman
@Chirag_Shetty_Divakar
@jack.chan