Is anyone able to help me work out why this ExactSring formula is curtailing the result before the formula actually indicates...
Formula:
ExtractString({Object_csv.NotNotes},"Display-","-Display")
Content of field {Object_csv.NotNotes}:
"Display-To be housed under lock and displayed in low light.-Display"
For some reason the formula is returning only "To be housed under lock and". It is treating the word "displayed" as one of the formula statements, which is not true.. the formula asks for the closing limit to be "-Display", not just "display". It is ignoring the dash before "Display".
Is there a way to get the formula to do exactly what I've instructed it, instead of stopping at characters that don't actually match what I've asked?
Any help appreciated!
-Karen