exclude ~ from text...
 
Notifications
Clear all

[Solved] exclude ~ from text filter

5 Posts
2 Users
0 Likes
563 Views
Jedox 4 Beginners
Trusted Member Admin
Joined: 3 years ago
Posts: 32
Topic starter  

How to exclude ~ from text filter via Regular Expression?


   
Quote
Jedox 4 Beginners
Trusted Member Admin
Joined: 3 years ago
Posts: 32
Topic starter  

Hi!

Try like this

"^((?!~).)*$"


   
ReplyQuote
Active Member
Joined: 10 months ago
Posts: 6
 

@info If I want to exlude all ending with _R18 in Subset Editor Text, I have tried "^~_R18", but it does not work. I am using Jedox web version 2023.1. I have tried all kinds of suggestion from ChatGBT, but none of these work. Would you know the syntax for exclude dim ending with _R18 ?

 


   
ReplyQuote
Jedox 4 Beginners
Trusted Member Admin
Joined: 3 years ago
Posts: 32
Topic starter  

Hi Martin,

try this out:

^((?!_R18).)*$


   
ReplyQuote
Active Member
Joined: 10 months ago
Posts: 6
 

Thank you


   
ReplyQuote
Share:

Join the Jedox4Beginners forum and engage with a community of passionate Jedox users. Get expert advice, share insights, and find solutions to your Jedox-related queries. Unlock the power of collaboration and accelerate your learning journey in the world of Jedox.

Join the Jedox4Beginners forum!