Griz2 Posted April 21, 2023 Share Posted April 21, 2023 How can I filter in a DataMan using a variable Want to know more? Link to comment Share on other sites More sharing options...
Enrico Posted April 27, 2023 Share Posted April 27, 2023 Hi @Griz2, if the variable is an integer, you can insert the @Var_name in the filter as in the image below If the variable is nominal or if you want to filter with a string in particular the step to follow are the following: Create a new variable Var_1 Assign to it the function Var_1=ifelse(find($"NameOfTheVariableWhereYouWantToAplyTheFilter",@Var_name),1,0) Filter Var_1 (equal to 1 in case you want to keep all the record with your variable value) Delete Var_1 Let me know if any passage is not clear to you. 1 Want to know more? Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.