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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 81,237
» Latest member: MickeyZubi
» 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,011
Inbuilt Capability of VC...
Forum: BDB - Platform
Last Post: shivani.jaipuria
12-27-2022, 05:23 AM
» Replies: 0
» Views: 1,182
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,232
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,250
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,083

 
  Scheduler comp. in pipeline
Posted by: mohd.gulam - 12-23-2022, 11:06 AM - Forum: BDB Data Pipeline Q & A - No Replies

Scheduler component is used in  workflows to specify the time after which the pipeline should be up and running. We can schedule the time interval, so that the pipeline will run in each interval and the invocation type will be Real time..

Print this item

  What is Data Masking in Data Preparation? How to do it?
Posted by: sariga.vr@bdb.ai - 12-23-2022, 11:05 AM - Forum: BDB ETL and Data Prep Q & A - No Replies

Data masking substitutes realistic, but fake, data for the original values, to ensure data privacy.


Steps:
From app icon, we have to select Data Preparation module.

We have to select the dataset, if we are using existing datasets then we can select from the list given below, else we have to add new dataset that we want to use it using ADD Dataset option.

Once we are done with dataset then select the column (field) that we want to mask it and go to Transforms tab and select the Data Masking option.

Once we select data masking option it asks for start index (from which index we wanted to mask the data) and end index (upto which index we wanted to mask) and finally we have to submit it.

Print this item

  Create dataset and mapping it to a component
Posted by: Athi - 12-23-2022, 11:05 AM - Forum: BDB Designer Q & A - No Replies

Is there a way to frame a dataset using some values and map it to a component using scripts.


userid = "XXXXXXX";
message = "XXXXXXX";
exec_start = "XXXXXXX";
exec_end = "XXXXXXX";
var data_array=[];
data_array.push({"userid": userid, "message": message, "exec_start_time": exec_start, "exec_end_time": exec_end}) ;   //framing a dataset

sdk.getWidget('datagrid1').setDataProvider(data_array);  // mapping it to a datagrid

Print this item

  How to do Text wrap in scorecard ?
Posted by: Asma M - 12-23-2022, 11:05 AM - Forum: BDB Designer Q & A - No Replies

"sdk.setAfterRenderCallBack( 'scorecard1',function() { 
var a = sdk.getWidget( 'scorecard1').m_componentid;
$(""#""+a).find(""td div.datagrid-cell"").css({
""white-space"": ""normal"",
});
});"

Print this item

  How do you add datasets in a notebook?
Posted by: gnanashri - 12-23-2022, 11:04 AM - Forum: DS- Lab Q&A - No Replies

You can add datasets for a notebook by entering your project; you'll see a "Datasets" column there. You can then choose whether you want to choose your data set from the Data Sandbox or Data Sets that you have uploaded in your Data Center by checking the appropriate box. 

Print this item

  Version control in BDB platform
Posted by: manirathinavelu.m - 12-23-2022, 11:04 AM - Forum: BDB Platform Q & A - No Replies

Will I be able to maintain the version of my development files in BDB platform ?

Print this item

  How to copy a dashboard?
Posted by: archana - 12-23-2022, 11:04 AM - Forum: BDB Designer Q & A - No Replies

Go to dashboard designer, open the dashboard, in the top we have a option to save into another workspace, we can save it to another workspace or in the same workspace.

Print this item

  How to change the 'data not available' message in dashboard?
Posted by: Sruthi P - 12-23-2022, 11:04 AM - Forum: BDB Designer Q & A - No Replies

How to change the 'data not available' message in dashboard?

This script can be used when the user doesn't wanted to show the data not available message in dashboard. User can change the sentence by this script and it will written under connection area.

sdk.getWidget('bar1').m_status.noData = "Sorry! Result not found";
sdk.getWidget('bar1').m_statuscolor = "#009988";

Print this item

  Migration in BDB platform
Posted by: manirathinavelu.m - 12-23-2022, 11:03 AM - Forum: BDB Platform Q & A - No Replies

I want to migrate my dashboards, and pipelines from one BDB server to another server, how to do it and what are the ways I can do it in the BDB platform?

Print this item

  How to export a Notebook to pipeline?
Posted by: gnanashri - 12-23-2022, 11:03 AM - Forum: DS- Lab Q&A - No Replies

Find the notebook you want to export to the pipeline by activating the project where it is present. Export is indicated by an up arrow in the list of notebooks. You can select the cells you want to export by choosing "export to pipeline". 

Print this item