The custom column feature allows users to create a separate derived column which could be required for creating reports. This is useful when the data is required in a different format or there is some custom calculation which is required. In custom column we can write SQLFunction (as long as it returns a single column
Read More
Custom column feature allows user to create a separate derived column which could be required for creating adhoc reports. This is useful when the data is required in different format as that of present in the database. Some use cases of Custom column are mentioned below: We have ‘time of call’ in the database. Let
Read More