Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It is possible to search for Ideas by Idea Comments, Idea Votes and View Statistics fields.

To search through Idea Comments field use '=' operator and following functions:

  • commentedInPortalBy()

  • commentsCount("", "")

  • internalCommentBy()

  • internalCommentsCount("", "")

  • publicCommentsCount("", "")

  • withAuthorsCommentedBy()

  • withAuthorsCommentsCount("", "")

Image Added

Idea Votes field

Valid operators: >, >=, =, !=, <=, <, is, is not.

Available functions:

  • downVotes("", "")

  • totalVotes("", "")

  • upVotes("", "")

  • votedIdeasByUser()

...

View Statistics field

Valid operators: >, >=, =, !=, <=, <, is, is not.

Available functions:

  • thisWeek("", "")

...