Forum Discussion

Re: Searching for text not included in Home default report

You can cheat.

Make a formula URL field called [.] and add it to the home pages and mark it as searchable.
Use this formula

var text SearchTerms = (make a formula here to list the fields you want searched);
// for example list(",", [Phone],[address])
var text Words = " ";

"<a name=" & $SeachTerms & "</a>"
add that to the table Home Page Report. No one will ever ask you why you have a field on the right side of the report named [.] You can even override the column heading to blank using the new report.

------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
No RepliesBe the first to reply