Clarifications on the Domo dashboard - domo

The tool I'm using to develop a dashboard is Domo Centerview builder. The graphs are not getting loaded when I open the dashboard but it appears only after selecting the controls.

controls like check-box, radio-buttons , radio-group and drop down lists should be placed independently. It should not come under any KPI's if u place it inside any KPI's it wont take the data until some event happens in the dashboard

I assume you are talking about Domo here - which is used to build business intelligence dashboards.
Any graph you create using the analyzer goes to your overview page. You can then move the graphs/cards to the page that you want.

Related

Embedding a website in a Grafana dashboard

I run Grafana 7.2.0 Open Source Edition and need to embed a website into the dashboard itself. That is, I need a row or two of the usual panels of graphs, and below them embed an external web site that needs to be periodically reloaded.
How can I achieve this? There do not seem to be any relevant plugins at https://grafana.com/grafana/plugins. Is it possible to write a custom panel just for my instance? If so, any pointers about how to start would be appreciated.
You can use Grafana's standard "Text" panel.
Set Display->Mode->HTML in panel settings and add
<iframe src="http://your.external.web.page.url"></iframe> in panel content editor.

How can I hide filters while downloading a Tableau worksheet as PDF or Powerpoint?

I want to download a Tableau dashboard as a ppt, but I want the filter controls to be hidden, is there a way of doing it?
The simple way to do this is to build the visualisation and then include it in a dashboard.
Tableau dashboards are designed to allow you to control the way things are visualised. They can include multiple visualisations. More importantly for your purpose, they allow you to control what the layout shows and where it shows it. So including a single visualisation in a dashboard gives you the option to remove filters and other elements you don't want users to see or pdfs/powerpoints to print.
It may be that you have are building dashboards. If so, the trick is to realise that anything can be omitted from the visualisation.

Grafana Panel Plugin Load data on demand (click event)

I am working on a customized panel plugin where I need to show data and provide a drill down functionality. My environment would be
React Panel
Grafana 6.5.3
InfluxDb as datasource
What I want to achieve is
Initial set of data will be loaded from influx query (That part is pretty much clear how to do).
The customized panel have some clickable items and on click I need to load additional data (based on selection), I am not sure how this part can be achieved and what is best way to communicate with data source (influxDb in my case) from panel plugin. I see eventBus 1, perhaps this is the way to communicate with outer world, but couldn’t find any significant help from documentation.
Any sort of help/pointer is appreciated, or example opensource plugin which is already doing such stuff.

How to customize Worklist control in K2 smartforms?

I am using worklist control in my form to follow the work processes in case of forms. And i want to customize this control. It has a default format that allows to right click, select next step in the list directly, open form or view flow as follows.
http://i.stack.imgur.com/YsmtT.jpg
But, i need to disable that submenu. Instead of that, when i double clicked on a work, it must be open the form directly. And the user must see the form before approved certainly. The thing that i wanted is a simple difference. But designer doesn't allow to change. Can i edit this situation somehow?
Is that possible?
Thanks.
There's currently no way of customising the worklist control that is out of the box.
However, you can build your own worklist control using this broker available on the community.
http://community.k2.com/t5/K2-blackpearl/Worklist-Service-Broker/ba-p/889
The worklist broker will generate SmartObjects that allow you to wired them to a list view.
The latest version of K2 (4.6.11) allows a little more configuration of the Worklist control. You may choose the buttons and columns that are displayed by default.
If you want to create custom worklist in K2 Designer. Firstly, create SMO from Worklist Service. Then you have to make custom SP for generate data and 1 folio column folio. Finally, Create SMO from SP step 2 and associate it using SMO edit in K2 Designer.

How can you add a bread crumb in a Crystal Xcelsius Report?

How can I add a bread crumb in a Crystal Xcelsius Report? I need to track the navigation of my clicks on my charts.
The crew over at BDI Systems have a free breadcrumb add on that should do what you're looking for, in theory. I say this because in my brief time playing with it I was not able to figure it out and documentation is nearly non-existent.
Another possibility to making a breadcrumb type is by implementing the native filter component as the basis for your visual hierarchy.
The third possible option would be creating a state machine pattern within excel using lists derived from conditional logic present on the dashboard at any one time.
The final route would be to develop your own component using Xcelsius's flex 2 sdk.
Let know if you want to drill into one of the 4 solutions posted above further so we can get you where you want to be.