Hybris Dashboard Widgets - sap-commerce-cloud

I am trying to create a custom dashboard widget on SAP Hybris backoffice.
I have a FlexibleSearch query which returns multiple columns of data, this data will be dynamic and I want to make a dashboard widget which displays these data.
Is that possible ? How I can proceed?

Related

Dynamic item list in Azure Workbooks

Is it possible to have data driven layout in Azure Workbooks?
For each row of a Kusto query, I'd like to add a tile to the dashboard.
There's no direct way to have a single query generate many visualizations in workbooks (yet!)
There are some options:
you could use a visualization like "tiles" which creates an item for each row, and you can configure the various parts of the tile to get info from different columns.
presuming you literally mean "Azure Dashboard" here when you say dashboard:
(more manual) you could create a parameter that returns all those values, and then configure a subsequent query to reference the selected value to generate the visualization you want, and manually pick a value, pin the chart to the dashboard, repeat for each value you want pinned.
(more technical) you could create the visualization you want, and pin it to a dashboard. then download the dashboard as json, and copy+paste the pin, but modify the query/parameter values in the dashboard, then upload it as a new dashboard?

Acumatica is not showing table colums in DAC Generator

i have a situation where i created a new Table in Acumatica DB and i use de DAC Generator to create the class, i've chose the table and it shows no columns of the table, i've tried with other DB, another Acumatica Framework and it does keep showing no colums... any help ?
I would suggest creating the DAC using the Customization Project Editor instead.
Procedure:
1. Create new table in database
2. Reset the website (IISReset or go to page Apply Updates and use Restart Application)
3. Create a new customization project
4. Navigate to code section and insert a new code document
5. Use wizard to generate the DAC from the database table

Kibana Dashboard from Multiple Indices

I have a Couch DB server that stores a number of sets of logs. Each of these is pulled into elastic search via a river. This works fine. Each of the indices has a timestamp field (the same field name in each index). I am trying to create a kibana dashboard which shows all a number of charts, one for each index. The problem I'm having is that there doesn't seem to be a way to distinguish which index each chart is built from. Is this possible or do I have to have a dashboard per index?
You can create custom dashboards depending upon the index. Create a new dashboard and visualize upon custom fields and add it to dashboard.
Likewise create new dashboard and you can add visualizations of another index.
Now you can monitor with different dashboards.
You may be able to use an alias that points to multiple indexes. Then create multiple queries.
Alias with multiple indices

Search webpart in sharepoint 2010

I have created a document library with about 20 columns for storing meta data. The client wants to have search on this metadata with a facility to filter the data based on two values. For example we have two date columns(efective date and termination date) and the results that they wanted to see is files which are having the values between effective date and termination date.
Is there any out of the box solution that i can use for this or should i build a custom webpart. If so, can someone please guide me through....
Create your document library, then in "document library settings" click "Metadata Navigation Settings".
This should give you what you want. You can specify which columns to filter data on. You can stack the filters and by default they appear on the left of the page for users to interact with.

Sharepoint People View - add column with groups

I want to customize the People View by adding a column with the group information. It seems I cannot do this from the List Settings as a Group collumn does not exist. So I guess I need to do some sort of custom development here.
What is recommended, Should I create a webpart and populate a grid manually from scracth. Or Is there an easy way to costumize the current list?
I just created a webpart and populated the grid manually using the Sharepoint Object Model API.

Resources