I'm working on a complex report that is, at time of writing, 12 pages long for the template. It's frequently closer to 3 pages in practice, but due to the complexity of the data, the template ended up being quite long.
Sample of part of the report:
I was uploading it to test for real, and I got an error message. Cool, no problem.
The error message was:
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
${/} is unopened
I then spent an hour tracking down the twelve exact problem areas, mostly by removing stuff until I found the issue (meaning: remove part of the table, save, upload, check if that fixed the problem, repeat).
It turned out to be a syntax error because the report templates do NOT like if you don't have a space between if and a parenthesis.
The thing is, in that screenshot alone, I have 17 instances of a "${/}" going on. That's about half a page, so doing dirty math, I have 2x12x17= 408 of these things to look for. To be fair, the actual number is 257 currently.
That still means that I needed to search for the 5% that were causing issues by hand.
I would love, love, love and in-house solution to this, such as
OR
We have a similar problem in Connect (about to make a separate Idea for it) -- we need a better idea of where the issue is to fix it. Please give us a more robust way to figure out where our problems lie.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.