Customer Portal

Using dictionary entry to name a spreadsheet file

Comments 2

  • Avatar
    Lukas Cholasta
    • Official comment
    Comment actions Permalink

    Hi Bob,

    The issue here is that you've added the .xlsx suffix in conjunction with dictionary form or URL definition. So what happens is that during runtime the URL is parsed based on the colon characters and you've effectively tried to use a "source.xlsx" as the processing type/mode. While it cannot be found during runtime, the default type (stream) is used and the graph fails.

    The solution is to remove the suffix from the URL and specifying the "Type of formatter" property of the component.

    Kind regards,

    Lukas

  • Avatar
    Bob Shuka
    0
    Comment actions Permalink

    Thanks. That solved the problem.

Please sign in to leave a comment.