Quick Start

    • Use the default login credentials.

      • password: adminadmin
    • Enter a new password and login again.

    Create a datasource

    • Go to Data Source tab. Click new button and enter the data source connection information.

    • Click save button and use ping button to verify the connection.ds2

    Create a report

    • Go to Report tab.

    • Click new button and enter the report name.

    • Click save button. A new empty report is created!

    • Let's add a text box to the report first. Click the edit button to enter report edit mode.

    • Click save button. A new text box is created!

    Create a chart component

    • Let's add a pie chart to the report. Click new component button. Select chart and pie.report6

    • Go to config tab and select the key vand value for pie chart.report8

    • Click save button. A new pie chart is created!

    Create a filter component

    • Let's add a slicer to the report to make it interactive. Click new component button. Select filter and slicer. Choose a data source and enter a query.

    • Go to config tab and assign a value to the query parameter.

    • Click save button. A new sclier is created!

    • Now it is time to link the slicer and pie chart together. Edit the pie chart query here to include the query parameter.

    • Save the report. Select the check box in slicer and click apply filters button. The data in pie chart is being filtered by the slicer!

    • Go to User Management -> Group tab. Click new button. Enter a new group name and assign Report 1 to the group.

    • Click save button. A new group is created!

    Create a user

    • Go to User tab. Click new button. Enter a new username, assign viewer role and the group created above.

    • Click save button. A new user with viewer role is created!user2

    View the report

    • The report assigned to the group is being displayed!