Filter columns/ patterns recursively within another column

hello everyone,

I’m trying to filter columns within another column which has the pattern i am looking for.

For example, visit this url:

demo.piwik.org/?module=API&meth…filter_limit=10

I want to filter ‘goals’ column and find a matching pattern inside ‘revenue’ column.

i tried using following but is does not seem to work:

  • filter_pattern_recursive
  • filter_column_recursive
  • filter_column
  • filter_pattern
  • idSubtable.

can someone please show me an example how this can be done, or if this is even possible? style_emoticons/<#EMO_DIR#>/blink.gif

thanks. style_emoticons/<#EMO_DIR#>/mellow.gif

ps:if more info required do ask.