Forum Discussion
Search using the CONTAINSSTRING with " (quotes) in text.
- 3 years ago
Sorry but do you only need the one who are a specific set of digits or am i misunderstanding, my english isn't native. My script returns all the sizes, no matter the characters.
Extreem sample:
edit:
if u want to check for a specific condition on the result you can do a check on the new column with either if or switch. for instance: if custom = 16 then 1 else 0
Sorry but do you only need the one who are a specific set of digits or am i misunderstanding, my english isn't native. My script returns all the sizes, no matter the characters.
Extreem sample:
edit:
if u want to check for a specific condition on the result you can do a check on the new column with either if or switch. for instance: if custom = 16 then 1 else 0
- franzotti3 years agoRegular Visitor
Thank you very much,
I wanted to use DAX, so I put double quotes to identify the table and it worked.