User Manual

Get Report Base64

14/7/25
Get Report Base64

Kuika's Get Report Base64 action allows you to retrieve a report created in the Report Designer module in Base64 format. This allows you to share reports by encoding them in Base64 format or easily integrate them with other systems.

Technical Features

  • Retrieve Reports in Base64 Format: Encodes and provides the created report in Base64 format.
  • Web and Mobile Application Support: Works seamlessly on both web and mobile applications.
  • Easy Integration: The Base64 format allows report data to be easily transferred to APIs or external systems.
  • Performance: The conversion process is optimised for large reports, but the data size may increase with Base64.

Get Report Base64 Action Application Steps

  • Log in to the Kuika platform.
  • Open the project you want to work on from the Apps screen.
  • While in the UI Design module, open the Properties panel on the right side.
  • + ADD ACTION menu, add the Device > Get Report BaSe64 action according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).
  • Configure the following field in the menu that opens:
  • Select Report: Select the report you want to convert to Base64 format.
  • Click the SAVE button to complete the configuration.

Usage Scenario: Retrieving the Report in Base64 Format and Downloading it to the Device

In a management panel, users can first retrieve the report they created in Base64 format and then download the report to their devices using this data.

Steps

  1. UI Design module, create a button, for example: ‘Get and Download Report’
  2. With the button selected, from the Properties panel:
    • + ADD ACTIONOnClick → First, add the Get Report Base64 action.
      • Here, the report parameter to be downloaded is selected.
      • This action returns the report data in Base64 format.
  3. Add the Download Report action to the OnClick action chain of the same button after the Get Report Base64 action is completed.
    • Link the Base64 data returned from the Get Report Base64 action to the Base64 Data parameter.
      • The report is then decoded from Base64 format and downloaded to the user's device.

Get Report Base64 Action Advanced Customisations

  • Dynamic Report Selection: You can select reports dynamically and retrieve different reports in Base64 format based on user preferences or application status.
  • Integration Support: You can use the retrieved Base64 data directly for API calls or data transfer.
  • Performance Optimisation: Performance improvements can be made in Base64 conversion for large reports, such as applying compression in advance to reduce output size.

Technical Risks

  • Report Readiness: Before using the Get Report Base64 action, the relevant report must be created and ready in the Report Designer module.
  • Data Size: The Base64 format of large reports can increase data size. This may cause delays in data transfer or excessive memory load.

Other Related Content

No items found.

Glossary

No items found.

Alt Başlıklar