Skip to main content
June 22, 2024
Question

Excel report download issue

  • June 22, 2024
  • 3 replies
  • 0 views

Hi All,

When I try to click the link 'Click here to download Report', it is not at all moving. We are on Appin 24.2 version and following is the code written

a!linkField(
links: a!documentDownloadLink(
label: Click here to Download Report (Label),
document: local!generatedReport

Please help.

    3 replies

    karumurua531442
    June 22, 2024

    HI ,[mention:3f6ee089926e49918b2fffdf40e4122e:e9ed411860ed4f2ba0265705b8793d05]  needs more context on the UI code, are trying to trigger any process model smart service from the UI, or Is your local!generatedreport is null? Are you seeing any errors when you are trying to download?  Could give us more context on your, please?

    June 24, 2024

    It is a excel report link given on interface to download data from Maria DB. It is not throwing any error and is showing no status bar. It is not doing anything at all when clicked.

    konduruc733182
    June 24, 2024

    Hello [mention:3f6ee089926e49918b2fffdf40e4122e:e9ed411860ed4f2ba0265705b8793d05] 

    Can you re-confirm if your local variable contains the document value. Please share the code snippet.