Forum Discussion
16 Replies
- QuickBaseCoachDQrew CaptainInteresting question. I don't recall anyone ever asking that before.
You can make a new field called [Log field all entries]. It will be a formula text field with the formula of just
[my log field]
ie it will be be a mirror field, but since it's just a plain vanilla text field it will just show the text without any of that log behavior. You would set the Form properties to only show in edit mode. - KellyBianchiQrew Assistant CaptainI just did this, and it's showing the log behavior.
- QuickBaseCoachDQrew CaptainCan you explain further what the problem is?
- KellyBianchiQrew Assistant CaptainI just realized that you have to use the 'Trim' formula. However, is there any way to display the truncated information without the dashes?
- QuickBaseCoachDQrew CaptainSorry, I'm not understanding the question.
- KellyBianchiQrew Assistant CaptainWhen you 'Trim' a note to display the most recent entry, it displays a series of dashes above the message (as pictured above the word 'lot' in the image I sent). Is there anything that can be added to the this to remove the dashes? Trim(Right([Department Log],"]"))
- QuickBaseCoachDQrew CaptainCan you post the text of a typical logging field, not just a screen shot. I can't work with just a tiny snippet of the whole picture.
- KellyBianchiQrew Assistant CaptainI have a multiple choice drop-down for departments, but I don't want the log history to display in my report. So I created a formula field to mirror the current department selected. To do that, I had to use the formula I described above. Departments include: Office, Lot, Arbitration, Transportation, Online
I'm able to accomplish what I need functionally, but aesthetically, the dashed lines are just a visual annoyance. Does that give you a better understanding of what I'm trying to accomplish? Thanks, in advance, for your help.