Quick Start

First time login

  • Open http://localhost:6688/poli/login in the browser.login

  • Use the default login credentials.

    • username: admin
    • password: adminadminlogin2
  • Enter a new password and login again.login3

Create a datasource

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

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

Create a report

  • Go to Report tab.report1

  • Click new button and enter the report name.report2

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

Create a static component

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

In report edit mode, the style of report can be modified through changing the attributes in the panel on the left side.

report4

  • Click new component button. Select static and text. Enter the text value under config tab.report4_1

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

The component can be repositioned by dragging the title or be resized by dragging the icon in the bottom right corner.

report5

Create a chart component

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

  • Choose a data source and enter a query.

Pie chart requires the query to return at least two columns.

report7

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

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

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.

Slicer requires the query to return one column only.

report10

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

  • Click save button. A new sclier is created!report12

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

  • 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!report14

Create a group

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

  • Click save button. A new group is created!group2

Create a user

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

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

View the report

  • Log in by using viewer 1 credentials.user3

  • The report assigned to the group is being displayed!user4