Create dynamic HTML page using Data source

  var instform = file.load({ id: ‘fileno’ }); var html = instform.getContents(); var renderObj = render.create();   //render create and add content   renderObj.templateContent = html //Adding ThirdParty Libraries   renderObj.addCustomDataSource({   format: render.DataSource.OBJECT,   alias: “libraryPath”,   data: libraryPath //this should be an object or array by strighify version   }); var finalRender =… Continue reading Create dynamic HTML page using Data source

FIND NUMBER OF DAYS TILL DATE FROM A GIVEN DATE IN ANALYTICS

Suppose you have a field in a record which displays date for a perticular event/process. You are required to prepare a report using workbook in which one of the fields is days since the date given in the corresponding record. Say for example) In the sales order record, Order Date = 23-May-2025. I have to… Continue reading FIND NUMBER OF DAYS TILL DATE FROM A GIVEN DATE IN ANALYTICS

Cached Data Documentation

When you enable Cached Response mode feature for your datasets and workbooks, the associated datasets,workbooks, and Analytics portlets display cached data. However, some changes to a dataset requireloading real-time data, even if Cached Response mode is enabled. The cached data documentation nowdescribes which changes require loading real-time data and how you can work with cached… Continue reading Cached Data Documentation

Dataset

We are using Dataset while we need to join multiple records in a search. In saved search, we can join only single record fields. So we opt for Dataset for this purpose.  To create a dataset go to Analytics -> Dataset -> New Dataset Select the transaction type for the dataset. You can set the… Continue reading Dataset