Page tree

Versions Compared

Key

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

...

Info

See also Accessing field values and properties

 

How to filter by:

Show all records*
Show records where text field called "mytext" starts with the value "this is test"mytext:this is test*
Show records where text field called "mytext" has the value "this is test"mytext:*this is test*
Show records where text field called "mytext" ends with the value "this is test"mytext:*this is test
Records created todaycreated:[today]
Records created before todaycreated:<[today]
Records created yesterdaycreated:<[today]-1
Records created yesterday (alternative to previous example)created:<[yesterday]
Records owned by current userownedBy:this
Records created by current usercreatedBy:this

When you have autopage type of field, that sets automatically the page where the record was created.

You might want to filter by that, having a ListView, CardView or TableView on it.

Let's say the autopage field is named "apage"

apage:this
How to filter, if field type is Page or Autopage: use Confluence pageId numeric value in filterssomepagefield:pageId

Assuming you have a field of type "Page" and the field is called "mypage". And you want to filter by page title.

This is totally possible, as ConfiForms allows you to access rich properties easily.

mypage.title:Some title*

See Accessing field values and properties for more details