Hello!
Is there any way to set a column filter from a custom action in the graph?
Like:

Hello!
Is there any way to set a column filter from a custom action in the graph?
Like:
Best answer by aaghaei
Assuming what you are showing here is result of a public view then yes you can.
If you want your public view be filtered by a fixed value like True/False or any similar constants, then just rewrite your public view in graph ext (use the same view name but with revised where statements)
If you want your view results change by some dynamic parameters, then you will need a view delegate in the graph ext which is a bit more complex. In the delegate then you can append the desired view by WhereAnd<> or WhereOr<> or even set a whole new where statement by WhereNew<>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.