Once you have created a report using applied database function there might be a need to delete the applied DB function or change those values. In this blog, we will learn how we can go about doing the same. Below is the snapshot of the report which is created by applying Database function on one
Read More
A lot of NoSQL and non-relational databases (like Mongo, Elastic Search etc) are able to store the data in the form of arrays, JSON and objects. In many cases, we would like to access this unstructured data for creating reports like bursting, flattening, finding key values etc. There are a couple of options which Helical
Read More
In this blog, we will learn how to convert all the characters in a string to uppercase characters from text column in Helical Insight. Below you can see we are having a column in text. If we want to convert all the characters in a string to uppercase characters. Click on column. Click on more,
Read More
In this blog, we will learn how to remove all specified characters either from the beginning or the ending of the string from text column in Helical Insight. Below you can see we are having a column in text. If we want to remove all specified characters either from the beginning or the ending of
Read More
In this blog, we will learn how to convert value to TIME from text/date/dateTime/time column in Helical Insight. Below you can see we are having a column in format “HH:MM:SS”. Click on column. Click on more, a user will get two options i.e., Quick and Advanced Click on “Advanced” in this you will see a
Read More
In this blog we will learn how to convert value to DATE. Format is “YYYY-MM-DD” (Supported range is from “1000-01-01” to “9999-12-31”).Eg:CAST(“2018-07-19”) RESULTS: ‘2018-07-19’ from text/date/dateTime/time columns in Helical Insight. Below you can see we are having a column in format “YYYY:MM:DD HH:MM:SS”. If we want to convert value to DATE type. Click on column.
Read More
In this blog, we will learn how to convert the string into base-64 encoded form and a character string is displayed. This function works for MySQL 5.6.1.version and above in Helical Insight. Below you can see we are having a column in text. If we want to convert the string into base-64 encoded form and
Read More
In this blog, we will learn how to extract a substring from a string in Helical Insight. Below you can see we are having a column in text. If we want to extracts a substring from a string. Click on column. Click on more, a user will get two options i.e., Quick and Advanced Click
Read More
In this blog, we will learn how to take string as input and display date as output in a specific format in Helical Insight. Below you can see we are having a column in format “YYYY:MM:DD HH:MM:SS”. If we want to take string as input and display date as output. Click on column. Click on
Read More
In this blog, we will learn how to take string as input and display date as output in a specific format in Helical Insight. Below you can see we are having a column in format “YYYY:MM:DD HH:MM:SS”. If we want to take string as input and display date as output. Click on column. Click on
Read More