Business Intelligence Row-Level Security in QuickSight analysis By admin In the QuickSight analysis we can restrict the data access by applying row level security on the dataset. Based on the configuration we applied on the dataset, data can be filtered for the user. We can do this row-level security...
Business Intelligence How to Arrange Columns in Required Order in Crosstab By Prashanth Prerequisites: Jaspersoft Studio Database: Postgres - Foodmart In some cases,there might be a scenario that we want to display the columns in our required order. But cross-tab automatically displays the columns in ascending/descending order(A-Z) irrespective of the Order By clause...
Business Intelligence Cross Tab Using Tabular Components By admin In some cases, there might be a scenario that we want to display the aggregated data using tabular component but look and feel wise it should look like cross-tab. ...
Business Intelligence How to Add Custom Column And Its Field Value in Bugzilla By Sayali Mahale Note : To add custom column and its value user should be logged in with administrator details Following are the steps to add a custom column into Bugzilla: 1. Use Bugzilla URL to Login For Example : http:// 127.0.0.1/bugzilla 2....
Data Visualization Pie Chart – Data Visualization By admin PIE CHART What is Pie Chart? A pie chart (or a circle graph) is a circular chart divided into sectors, illustrating proportion. In a pie chart, the arc length of each sector (and consequently its central angle and area), is proportional...
Business Intelligence How To Install NTP Client On Ubuntu 16.04 By Sayali Mahale How to install NTP Client on Ubuntu 16.04 Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Get your 30 Days Trail Version To install NTP Client on Ubuntu 16.04 follow below...
Business Intelligence Tabbed Dashboard Using C3 Library By admin Tab Pane in Dashboard containing charts using C3 library. In this blog I'll discuss how we can create tab menu in the dashboards if one need html reports in the web pages. On click of these tab menus the report will...
Business Intelligence Create A Custom Table Report using Helical Insight By Sohail Create A Custom Table Report using Helical Insight (Dynamically Picking the Columns Names and Data) If you have already had a Hands-On experience on the Helical Insight Tool [HI tool] then this blog would be helpful For a creating a...
Helical Insight Groovy Helpful Tips By Somen Sarkar Groovy Helpful Tips Here are some useful information when using groovy Single Line comment in Groovy // We can comment using // in groovy as in Java. Multi Line comment in Groovy /* Multi-line comment style is same as in...
Business Intelligence Guide to Slowly Changing Dimensions [Intro + Type 1] By Sohail Guide to Slowly Changing Dimensions [Intro + Type 1] Firstly what is a dimension? A dimension is a structure that categorizes facts and measures which can be used to understand business requirements. What is a Slowly Changing Dimension? A Slowly...
Business Intelligence Less CSS By Krupal Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow us to make CSS that is more maintainable, themeable and extendable. It has also been...
Big Data JSTL SQL Tag Lib By Somen Sarkar The <sql:> tag lib in JSTL The sql tag lib helps to develop a simple jsp database application. This taglib comes in handy with dataSoursetDataSource, query, transaction and update tags The tag lib can be used by putting the following...