Welcome, Guest |
You have to register before you can post on our site.
|
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: 7,997
|
Inbuilt Capability of VC...
Forum: BDB - Platform
Last Post: shivani.jaipuria
12-27-2022, 05:23 AM
» Replies: 0
» Views: 1,171
|
Can dataset/cube refresh...
Forum: BDB - Platform
Last Post: shivani.jaipuria
12-27-2022, 05:08 AM
» Replies: 0
» Views: 1,210
|
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,157
|
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,214
|
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,237
|
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,215
|
Data Preparation operati...
Forum: BDB-Data Prep & ETL
Last Post: shivani.jaipuria
12-26-2022, 10:09 AM
» Replies: 0
» Views: 1,195
|
Plugability Feature of B...
Forum: BDB Platform Q & A
Last Post: shivani.jaipuria
12-26-2022, 08:32 AM
» Replies: 0
» Views: 1,074
|
How to use environment va...
Forum: BDB Platform Q & A
Last Post: archana
12-26-2022, 05:57 AM
» Replies: 0
» Views: 1,074
|
|
|
Inbuilt Capability of VCS(Version Control System) |
Posted by: shivani.jaipuria - 12-27-2022, 05:23 AM - Forum: BDB - Platform
- No Replies
|
|
BDB Platform has inbuild capability of VCS(Version Control System) for keeping track of the changed has been made.
In BDB Data Center, under Data Set & Data Store we have option for Push to VCS(Export to VCS) & Pull from VCS (Pull from VCS) options are present to Import/Export cube/dataset from VCS to keep track of the changes.
|
|
|
Can dataset/cube refresh in data center module |
Posted by: shivani.jaipuria - 12-27-2022, 05:08 AM - Forum: BDB - Platform
- No Replies
|
|
In Data Center Module Dataset /Cube can be refresh, in Dataset there is option of Schedule Data Refresh.
In this option we can refresh the dataset/cube at the defined interval -daily, weekly, monthly, yearly with any customizations as the requirements.
|
|
|
How to load business story within a textbox in dashboard |
Posted by: sariga.vr@bdb.ai - 12-26-2022, 04:47 PM - Forum: BDB Designer Q & A
- No Replies
|
|
Create a new textbox in a dashboard, write the given code in display content of text box
<iframe id="demo" style="width:calc(100% - 5px); height:calc(100% - 5px); position:absolute;top:0px;left:0px;border:none;"></iframe>
Then write the given code in the component on which you want to click for which the textbox along with story to be loaded.
sdk.showComponent( ['text2'] );
var v3=" Open doc link of a story ";
document.getElementById("demo").src=v3;
sdk.applyStyles("#draggablesParentDiv"+sdk.dashboard.m_id, { "height": "1460px"});
|
|
|
How to load business story within a textbox in dashboard |
Posted by: sariga.vr@bdb.ai - 12-26-2022, 04:46 PM - Forum: BDB Designer Q & A
- No Replies
|
|
Create a new textbox in a dashboard, write the given code in display content of text box
<iframe id="demo" style="width:calc(100% - 5px); height:calc(100% - 5px); position:absolute;top:0px;left:0px;border:none;"></iframe>
Then write the given code in the component on which you want to click for which the textbox along with story to be loaded.
sdk.showComponent( ['text2'] );
var v3=" Open doc link of a story ";
document.getElementById("demo").src=v3;
sdk.applyStyles("#draggablesParentDiv"+sdk.dashboard.m_id, { "height": "1460px"});
|
|
|
How to load business story within a textbox in dashboard |
Posted by: sariga.vr@bdb.ai - 12-26-2022, 04:45 PM - Forum: BDB Designer Q & A
- No Replies
|
|
Create a new textbox in a dashboard, write the given code in display content of text box
<iframe id="demo" style="width:calc(100% - 5px); height:calc(100% - 5px); position:absolute;top:0px;left:0px;border:none;"></iframe>
Then write the given code in the component on which you want to click for which the textbox along with story to be loaded.
sdk.showComponent( ['text2'] );
var v3=" Open doc link of a story ";
document.getElementById("demo").src=v3;
sdk.applyStyles("#draggablesParentDiv"+sdk.dashboard.m_id, { "height": "1460px"});
|
|
|
How to load business story within a textbox in dashboard |
Posted by: sariga.vr@bdb.ai - 12-26-2022, 04:44 PM - Forum: BDB Designer Q & A
- No Replies
|
|
Create a new textbox in a dashboard, write the given code in display content of text box
<iframe id="demo" style="width:calc(100% - 5px); height:calc(100% - 5px); position:absolute;top:0px;left:0px;border:none;"></iframe>
Then write the given code in the component on which you want to click for which the textbox along with story to be loaded.
sdk.showComponent( ['text2'] );
var v3=" Open doc link of a story ";
document.getElementById("demo").src=v3;
sdk.applyStyles("#draggablesParentDiv"+sdk.dashboard.m_id, { "height": "1460px"});
|
|
|
|