Forum Discussion
hi
- 4 years ago
Hi abc_777 ,
Try the following steps:
1. create a measure and return length of MOBILE_NO field.
Result_variable= Len(Mobile_No)
2. create a conditional column - If (Result_variable = 11, 1, 0)
Flag = IF(values(Result_variable) = 11, 1, 0)
3. Put a filter on your visual which says Flag = 1
use visual level filter - basic filtering and select 1
this will filter only those numbers which are having 11 digit mobile number.
If this solution helps you, then please mark it as a solution and hit the thumbs up. Thank you.
Regards,TruptiS
Hi abc_777 ,
Try the following steps:
1. create a measure and return length of MOBILE_NO field.
Result_variable= Len(Mobile_No)
2. create a conditional column - If (Result_variable = 11, 1, 0)
Flag = IF(values(Result_variable) = 11, 1, 0)
3. Put a filter on your visual which says Flag = 1
use visual level filter - basic filtering and select 1
this will filter only those numbers which are having 11 digit mobile number.
If this solution helps you, then please mark it as a solution and hit the thumbs up. Thank you.
Regards,
TruptiS