In Settings tab, users can change the sample size to any numerical value or select full sample size. Note : Sample size is the size of data that would be visualized while you create a report. Users can unselect the option of prepending the table names. Doing this, users would then only see the column
Read More
Editor Tab is especially for the developers who can modify the results using HTML & CSS. At the report level interface you can see Editor Icon clicking on that you can see two options i.e. JS Editor & CSS Editor. 1. JS editor: Users can write Java scripts in this section for adding customizations like
Read More
Filters can be applied by using either of the 2 methods: Method 1: Double-clicking the icon Double click on Filter icon present in the columns on left panel. Method 2: Drag n drop column Select the Filter tab and drag the columns that you want to apply as a filter into the selection area. To
Read More
Toggle Metadata: It allows user to hide/unhide the metadata tables & columns on clicking. Tab is always available on the left side of the window in adhoc page. Once the report is created, this tab can be used to hide so that the space available to show the report is more. Hide Mode: Unhide Mode:
Read More
Ad-hoc reports are the type of reports which can be created instantly by using ‘Drag n Drop’ method. Users can select the columns from the tables present in the database and create reports on the fly. Multiple data sources can also be used to create Adhoc reports. The steps for creating a simple adhoc report
Read More
To provide user-level data access and security, there is a login page. To login, enter the URL in the preferred web browser, thus the login page will appear. A person with proper credentials which includes organization name/user name/password will be able to login and based on his/her access will be able to do further operations.
Read More
Different filters used on text data types. Equals: (=) Is one of Not equals (!=) Like Not like 1) Equals: (=) This is a filter term which is used in Adhoc to find text entries that are equal to a text specified by user. It used from auto mode. For equals we can use only
Read More
In this article you will learn about how to rename Axis labels. Now, Open the visualization where you want to rename the axis label. Currently, x-axis name : Destination , y-axis name : Travel Count Now, to change or replace it with some other name you will require Javascript code for it. Javascript Code : hi_container.set("postExecution",
Read More
In this article we will learn about how to perform mathematical functions in Adhoc. Here, we will perform mathematical functions and analyze cost of travel by an employee using travel data. Drag the columns “Employee Name” and “Cost”. On generating report, at the bottom, which may contain details of multiple travel by a single employee.
Read More
In this article we will learn about how to set the Axis Range for X and Y Axis. By default it is picked up from the data. Default View of a generated Chart (Area Chart) based on provided data : Open the visualization where you want to custom define the Axis range. As shown, add
Read More