Acumatica - Passing Dashboard Parameters as Inquiry Parameters - acumatica

We know that you can dynamically pass Dashboard parameters as filter settings when setting up a widget. But is it possible to pass these dashboard parameters dynamically as Inquiry parameters as well?
Our use case is a follows...
we have a GI that groups data together. And we want to pass the dashboard parameters to the GI so that the grouped by data updates based on these parameters. It does not work when we use the filter settings, likely because it's simply filtering on the results from the GI.
Any ideas?

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?

gitlab issue filtering - how to OR filter rather than AND

Gitlab issue filtering seems to default to AND filtering if you have multiple criteria against the same filter object (eg. label). For instance, if you have labels vehicle::car, vehicle::truck, vehicle::motorcycle, if you want to see vehicle::car OR vehicle::truck, if you put label=vehicle::car label=vehicle::truck, it will show nothing.
Is there any way to get around this this?
Thanks
Not possible for the moment. From their documentation on section Filtering with multiple filters of the same type:
When you filter with these multiple filters of the same type, the AND
logic is applied. For example, if you were filtering assignee:#sam
assignee:#sarah, your results include only entries whereby the
assignees are assigned to both Sam and Sarah are returned.
There are some requests for this functionality:
I want to filter on multiple filter labels
All filters should allow the ability to provide an OR condition
Some users suggested that if you add labels in the URL using a comma, e.g. &label_name=A,B it will work. However, I wasn't been able to get this working, had multiple attempts. Let me know if you you are able to make it work.

how to enable custom list internal id in Netsuite

NetSuite custom list internal id for values is disabled by default. is there a way i can add my own id for the custom list values.
i am trying to create a custom record to save expense clain details for employee. i have many list to hold datas for diffrent category. it will be better insted of 1,2,3 i can give my own Internal id.
Brett's answer gives you a method by which you can change the text ID of the list, but you cannot change the internal ID of the list's values. This id is set automatically by NetSuite (or probably the underlying database) and is needed to ensure consistency of data within the application. Instead, consider converting the list into a custom record, which will allow you to create another field to use as an external ID, which you can add/update by CSV import (you need to use the Internal ID as key when doing this).
Once converted to a record, you could also add a new field to use as a reference, depending on how you're using it.
To convert to a record, simply check the Convert to Custom Record box on the list page shown in your screenshot and click Save.
Click the “Change Id” button
Enter the new value.
Click Save
Note: Netsuite will prefix the value you enter with ‘customlist’

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

searchin value according to custom field in liferay

i have create one custom field in calender i want to search event whic meets custom field criteria how it can be possible because there is no method which in service class
Custom attributes are stored in the Expando* tables in Liferay and depending on how you define the custom fields it can also provide indexing and searching for you. It's a bit hard to say more without knowing more, I guess.

Resources