Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
One solution would be to not include the whole text of the knowledge base text on the report. I do have a way to allow that field to still be searched, even though it's not on the report. That way you could use the filter box to filter the results for a key word and still get hits if the text was in the body of that large field.
DrewWoods
7 years agoQrew Cadet
Thanks. That's great to know.
We may implement that for another issue we're working on, but we actually figured out another way to do this.
We went into the source code, and just added CSS inline styles and it worked.
<div style="column-count:3">Company Name<br />
Company Name<br />
Company Name
<p> </p>
</div>
We may implement that for another issue we're working on, but we actually figured out another way to do this.
We went into the source code, and just added CSS inline styles and it worked.
<div style="column-count:3">Company Name<br />
Company Name<br />
Company Name
<p> </p>
</div>