reporting - Interactive PDF with filtering capability -


i need figure out way create interactive pdf output table display values related filter chosen.

example:

filter: country choice (u.s., germany, france)

data table output when "u.s." selected in filter:

+-------+------+------+------+ |  ctry | yr 1 | yr 2 | yr 3 | +-------+------+------+------+ |  u.s. | $10m | $15m | $20m | +-------+------+------+------+ 

data table output when "germany" selected:

+-------+------+------+------+ |  ctry | yr 1 | yr 2 | yr 3 | +-------+------+------+------+ |germany| $1m  | $1m  | $2m  | +-------+------+------+------+ 

main argument not using excel pivots - not end users may have ms office. storing every country report in single pdf - report becomes busy when there more 10 countries.

i got far finding links on pdf javascript, may accomplish task, although not sure start.

my main questions are:

  • can create such interactive pdfs @ all?
  • are there tools can create pdfs little coding effort (i not developer)?
  • are there tools/methods aside tableau can me create ready-to-use reports (even if not pdf)), allow similar user experience described above.

thanks in advance.

that's not possible in pure pdf. however, if use rich media annotation in pdf, can create flash-based widget want pdf function in adobe acrobat or reader , if flash player installed.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -