I have developed a dynamic form in Livecycle designer that will be sent out to hundreds of schools throughout Nebraska. There is a table within this form that has buttons to add or delete a row so that mutilple students' informtion can be entered into this table. The way I have the form set up now will work perfect for most schools, however; with larger schools that will need to enter over 200 different lines of information, this will be an unessarily long task. Most of these schools already have the information that we are requesting in an Excel file. Is it possible for an end-user of this form, using adobe reader, to import excel data into the table?
Okay, so I had to have one of our programmers come over and translate your response to me. He further explained the process, and it will be more trouble than it is worth. Thanks for your help.
The following has evaluated to null or missing:
==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5]
----