User Manual

Download Report

14/7/25
Download Report

Kuika's Download Report action allows you to download reports created in the Report Designer module to the user's device. This enables users to save reports locally and review them offline. However, direct download in base64 format is not possible.

To download a report, first run the Get Report Base64 action and obtain the report data in base64 format from this action. Then, pass this base64 data as a parameter to the Download Report action to download the relevant report to the device. This method automates the report download process and enables secure and easy sharing of data.

Technical Features

  • Report Download: Enables reports created in Report Designer to be downloaded to devices. Direct download in Base64 format is not possible. First, the Get Report Base64 action is executed to obtain the report data in Base64 format; then, this data is passed to the Download Report action to download the report to the device.
  • Base64 Format Requirement: Reports must be converted to Base64 format before downloading.
  • Web Application Support: Works only in web applications.
  • Easy Integration: Can be easily added to UI elements.

Download Report Aksiyonu Uygulama Adımları

  1. Log in to the Kuika platform.
  2. Open the project you want to work on from the Apps screen.
  3. Go to the UI Design module.
  4. Open the Properties panel on the right side.
  1. From the + ADD ACTION menu, add the Device > Download Report action according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).
    • Select the report you want to download.

The report must be converted to Base64 format.

  1. Go to the Report Base64 parameter and click on Symbol Picker.
  2. Select the Action Results → Get Report Base64 action from the menu that opens.
  3. Click the SAVE button to complete the configuration.

Use Case: Downloading and Saving the Report to the Device

In a sales tracking application, users need to be able to download the generated ‘2025 Sales Report’ to their devices and review it offline. This is done by clicking the ‘Download Report’ button on the user report screen.

Adding a Report Download Action

Enter the UI Design module and drag and drop a Button element from the Elements panel on the left side.

  • In the Properties panel, enter ‘Download Report’ in the Label section of the button.
  • Select the button and add the OnClick → Device → Get Report Base64 action from the + ADD ACTION menu.
  • Then add the OnClick → Device → Download Report action from the + ADD ACTION menu again.

Configuring the Download Report Action

  • In the Get Report Base64 action, select the report to be downloaded (for example, ‘2025 Sales Report’).
  • In the Download Report action, go to the Report Base64 field and select the Action Results → Get Report Base64 action using the Symbol Picker.
  • Save the configuration.

Post-Process

  • When the user clicks the ‘Download Report’ button, the report is converted to Base64 format and downloaded to their device.
  • The downloaded report can be opened offline or shared on the user's device.

Download Report Action Advanced Customisations

  • Dynamic Report Selection: Different reports can be dynamically selected and downloaded based on the user.
  • Download Confirmation and Notification: Confirmation can be requested from the user before downloading, and a notification can be displayed after the process.
  • Performance Improvement: The Base64 conversion of large reports can be optimised to improve download performance.

Technical Risks

  • Report Creation: Ensure that the report has been created in the Report Designer module before using the action.
  • Base64 Format: The report must be correctly converted to Base64 format.

The Download Report action enables users to easily and securely download reports in Kuika applications, thereby enhancing data management.

Other Related Content

No items found.

Glossary

No items found.

Alt Başlıklar