Can I use the "not equal to" operator in Data Filter favorite "where" clause?
I am trying to define a filter favorite that will scale as new data is added to my table:
Favorites(
"Test_Favorite1"(Match( columns( :type, :name, :batchID ),
Where( :type == "PM" ),
Where( :name == "Weekly" ),
Where( :batchID == {266, 268, 290} )
))
)
I would like to be able to specify what batchIDs to NOT include in the filter, that way as new batchIDs show up my filter will i...
jmpbeginner
natalie_
vince_faller
fuscod
Steven_Moore
sophiaw
saitcopuroglu