Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 81,247
» Latest member: MaeStookey
» Forum threads: 389
» Forum posts: 395

Full Statistics

Latest Threads
What is the maximum numbe...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-28-2022, 07:59 AM
» Replies: 0
» Views: 8,015
Inbuilt Capability of VC...
Forum: BDB - Platform
Last Post: shivani.jaipuria
12-27-2022, 05:23 AM
» Replies: 0
» Views: 1,183
Can dataset/cube refresh...
Forum: BDB - Platform
Last Post: shivani.jaipuria
12-27-2022, 05:08 AM
» Replies: 0
» Views: 1,225
How to load business stor...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-26-2022, 04:47 PM
» Replies: 0
» Views: 3,175
How to load business stor...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-26-2022, 04:46 PM
» Replies: 0
» Views: 3,233
How to load business stor...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-26-2022, 04:45 PM
» Replies: 0
» Views: 2,251
How to load business stor...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-26-2022, 04:44 PM
» Replies: 0
» Views: 2,229
Data Preparation operati...
Forum: BDB-Data Prep & ETL
Last Post: shivani.jaipuria
12-26-2022, 10:09 AM
» Replies: 0
» Views: 1,203
Plugability Feature of B...
Forum: BDB Platform Q & A
Last Post: shivani.jaipuria
12-26-2022, 08:32 AM
» Replies: 0
» Views: 1,083
How to use environment va...
Forum: BDB Platform Q & A
Last Post: archana
12-26-2022, 05:57 AM
» Replies: 0
» Views: 1,085

 
  What is pipeline testing?
Posted by: gnanashri - 12-23-2022, 11:17 AM - Forum: BDB Data Pipeline Q & A - No Replies

The Test suite module assists the developers in writing a unit test for each pipeline component. For each test scenario, we can submit the expected input and output data, which will be contrasted with the component's actual output. 

Print this item

  What is Data Catalog?
Posted by: abhishek_acharya - 12-23-2022, 11:17 AM - Forum: BDB Platform Q & A - No Replies

Data Catalog is a collection of metadata, combined with data management and search tools, that helps analysts and other data users to find the data that they need, serves as an inventory of available data, and provides information to evaluate fitness of data for intended uses.

Why Data catalog?
It helps data professionals to find the most relevant data for any analytical or any business purpose.

Benefits:

  • Easily Scalable
  • Easy to update and maintain
  • Easy to share

Print this item

  Python script component
Posted by: mohd.gulam - 12-23-2022, 11:17 AM - Forum: BDB Data Pipeline Q & A - No Replies

*After the Basic_info tab & we should add the python code in a script,and enter the start function name and in event data type will be always JSON from backend even if we specify Data frame or list in data type, then save it after configuring the meta info tab...

Print this item

  Why should we publish a dashboard
Posted by: aishwarya.rajan@bdb.ai - 12-23-2022, 11:17 AM - Forum: BDB Designer Q & A - No Replies

Dashboards need to be published for end-users to access them.
The users can either Re-publish or Publish as New as per the requirement.

  • Choose  Re-Publish or Publish as New as per the requirement,The Republish option if selected displays the available version(s) of the published dashboard. The user can select a version to republish to a selected user or a group of users.
  • The Publish as New action allows the user to publish the selected dashboard as new.

Print this item

  Alert by option in datagrids
Posted by: aishwarya.rajan@bdb.ai - 12-23-2022, 11:15 AM - Forum: BDB Designer Q & A - No Replies

Alert by option in the indicator tabs of the chosen fields consists of 3 options to view alerts:

  • Comparison: To compare a column against the value given in the Compare Value box.Comaprison are of 2 types-fixed value comparison and column value comparison. 
  • Range: To set the color based on where the column’s value falls within a given range.
  • Static Comparison: Used to compare a column against static values given in the Value text area.

Print this item

  This script can be used when the undefined error comes.
Posted by: Asma M - 12-23-2022, 11:15 AM - Forum: BDB Designer Q & A - No Replies

"if ((changedItem.attributes.data).length > 0) {
sdk.updateGlobalVariable( 'timeline340', {'lob_group': changedItem.attributes.data[0].lob_group},true );}
else {
sdk.reload( [ 'C_48' ] );
}"

Print this item

  How to set centre in custom map to specific location?
Posted by: shreekantgosavi - 12-23-2022, 11:15 AM - Forum: BDB Designer Q & A - No Replies

Use below javascript to achieve this functionality.
var map = L.map('map').setView([51.505, -0.09], 13);
In this way you can set latitude and longitude and zoom level of required location.

Print this item

  What does a file splitter do?
Posted by: gnanashri - 12-23-2022, 11:14 AM - Forum: BDB Data Pipeline Q & A - No Replies

A file splitter splits your files according the name or file type according the specified condition that you give and the data can be sent into those files. 

Print this item

  What is data catalog?
Posted by: abhishek_acharya - 12-23-2022, 11:14 AM - Forum: BDB Data Pipeline Q & A - No Replies

A Data Catalog is a collection of metadata, combined with data management and search tools, that helps analysts and other data users to find the data that they need, serves as an inventory of available data, and provides information to evaluate fitness of data for intended uses.

Why Data catalog?
It helps data professionals to find the most relevant data for any analytical or any business purpose.

Benefits:

  • Easily Scalable
  • Easy to update and maintain
  • Easy to share

Print this item

  Language mapping feature
Posted by: aishwarya.rajan@bdb.ai - 12-23-2022, 11:13 AM - Forum: BDB Designer Q & A - No Replies

The user must configure the Language Mapping part using the Admin module  in Languages followed by adding a new language in the Platform, before accessing the Language Mapping functionality for a Dashboard.
Note: Use “{ }” brackets for all the descriptive text that the users want to translate by the newly created Language Mapping. 
E.g., Tooltip, Description of X and Y-Axis, etc.

Sample script:
sk.applyLanguageMapping({"language":"Malayalam(India)"});

Print this item