Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find exact match for Table Filter's Free Text search

Casey Maynard
Contributor
April 13, 2018

I found a page that lists some options, but I do not see a way to match exact

http://www.javascriptkit.com/javatutors/redev2.shtml

I have cells that have

One

OneTwo

One Three

And I only want the cell that has 'One' to be displayed.

2 answers

1 accepted

1 vote
Answer accepted
Andrey Khaneev _StiltSoft_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 13, 2018

Hi Casey,

Try this one:

^one$

Character '^' - is the start of string, '$' - is the end of string. 

Casey Maynard
Contributor
April 19, 2018

Hmm what about "In R&D"? ^In R&D$ does not seem to find only the ones that say 'In R&D' only,  it displays zero results, (and I do have some that have In R&D as a value

Thanks

Casey Maynard
Contributor
April 19, 2018

This issue may be related to the fact that my filter is trying to filter a row of cells excerpted another page.

Note: it seems any of those cells (even if they are not displayed on my current page will still produce results.

Here is the scenario I have a page1 with

Version - Release Date - Status - Project Code - Project Summary columns

One page2 I have filtering each one of those row/columns into their matching column with the same header (so that only 1 of the 5 cells displays in page2's corresponding cell

Frustrating complicated to use just so that I can map cells to another cell on a different page, but it is what I have to do without buying another add-on

Andrey Khaneev _StiltSoft_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 19, 2018

Do you use Page Properties Report macro with pagination?

Casey Maynard
Contributor
April 19, 2018

No.  I am not familiar with that macro.

0 votes
Casey Maynard
Contributor
April 13, 2018

That works.  

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events