Forum Discussion
MarkShnier__You
4 years agoQrew Legend
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
------------------------------
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
------------------------------