Forum Discussion

abc_777's avatar
abc_777
Icon for Solution Specialist rankSolution Specialist
4 years ago
Solved

how to remove first two letter

Hi, I have invoice number like following   20221414 20221415 20221416 20221414 20221414 CR20221417 CR20221417 CR20221418 20221420 20221420   now i want to distinct count, so discinct co...
  • abc_777's avatar
    abc_777
    4 years ago

    why you remove CR ? I think you not understand my question.

     

    I want a measure that can count distinct  invoice numbers. but not include invoice number starts with CR. 

    return result will be like this

     

    now i want to distinct count, so discinct count result will be 

    distinct count= 2 (20221414) and distinct count= 2 (20221420)

     no need to count  2 (CR20221417)