mynoc
mynoc
Totally get the _rt extension. I was using it in the example because I was trying to split a multiline string, which would be _rt as there is no multiline...
As I think the issue through, maybe a better way to implement such a feature would be to allow extra fields of type "list of strings", with a UI element...
This works. Thanks!
That's pretty similar to what I'm after. I want to able to capture which tools (physical or virtual) were used either on a report or on a finding. We usually...
I found a hackish work-around that gets at what I'm after. I created an extra field for oplogs called "Tool Description (tool_description)". For my report, I iterate through, and if...
I think I described it badly when I said version. What I was trying to say was "**version history**". The use case case here would be for tracking changes over...
Thanks. I used the approach you pointed out.