sometimes I need to run a filter for one time without defining it in filter and this filter has parameters.
Here is an example (which is just an example to explain the idea):
Now I added a filter called LastN and use it as LastN:10 for example. I know that I can run it asaddcolumn:a a-label:="Last "$param:" chars" a:=regexextract($name:,".{"$param:"}$")
But sometimes I have some other filters but rarely using them , so I want to copy and paste and use them using :10 instead of defining them in filtersaddcolumn:a a-label:="Last 10 chars" a:=regexextract($name:,".{10}$")
I wish there is an option in "Find Filter" screen to "Paste" the selected filter inside the Filter input box which will be very helpful as I have many filters that makes it hard to remember all with syntax.
Thanks a lot
Regards