Which control is suitable for my requirement? - wpf-controls

In my WPF Application i have requirement that i have window like this
Lab AccessionID:
Lab:
DateTime:
TestName----Result-----Units-----Flag---Ref. Range----Spec. Source-----Per. Site
Lab AccessionID is binding from Lab Order Table
Lab is binding from LabPanel Table
TestName etc are binding all rows from Lab Result Table who has Lab AccessionID.
For every Lab AccessionID this format is repeating and binding data.
What datacontrol i have to use?
Can any one guide me on that?
how to do?
Thanks,
Ramki

If you want to repeat the format of displaying binding data you should use ItemsControl.

Related

Azure Devops Dashboards table

I need to display a table that has the following. Please help
enter image description here
for each team member total number of hours worked on a bug or task group by user story
I am not sure where do you want to display this info, but DevOps offers you have some posibilities. First of all you can make a Query. There are inside Boards -> Queries. There you can build a query of whatever you need, PBI, Tasks, bugs, hours... The first time migth be a bit trickie, but you have several posibilities.
In adition if you want to have a pretier visualization, you can show this info in the dashbord, located in Overview -> Dashboards. There you add a new dashboard or edit an existing one, and add a new widget as the next picture:
Then you can configure the widget with the query you did. You must set the query as shared fore this.

How to create datadog 'change alerts' using terraform?

I am trying to create a change monitor using terraform. To create a monitor that checks that overtime a count stays at 0 for example every day (the value will go up to one some times and get back to 0).
I found on the UI the capacity to create a change alert.
I cant seem to find a way to define the configuration for this type. Is terraform just supporting only a subset of the monitors? or does the query need to be change in some specific way that I cant find documentation for?.
I've stumbled upon this as well. I just figured out you have to manually create the monitor using "change alerts" then go to "manage monitors" page, open the one you just created and you'll see the query that starts with change(...). Copy the whole query to the query field in your terraform config.

Is there any way to export the Parent Work ID in AzureDevOps into Excel

I have connected excel with AzureDevOps, as explained by microsoft
https://learn.microsoft.com/en-us/azure/devops/boards/backlogs/office/bulk-add-modify-work-items-excel?view=azure-devops
Is it any way possible to export the Parent Work ID in the same row in excel as the actual work item that I am exporting?
What I want to achieve is to sum all remaining work that is left on feature level. This means I need to summarize the remaining work for all tasks under all users stories that belong to this feature.
I could fix this by adding tag of the parent feature in all tasks, but I want a better way.
There can be only one parent. Is there any way to export the parent ID?
Thank you.
Excel can`t import an id of linked work item in the same row. In your case, work items have to contain a parent ID in separate field. I see two ways to resolve your issue:
Create a new field for parent work item types (e.g. summary work). Then with custom solution fill that field with sum of child work.
Create a new field for the child work item types (e.g. parent id). Then with custom solution copy into that field a parent work item id.
Additionally, to avoid customization of your process template you can use Power BI custom reports (Analyze and report on your work using the new VSTS analytics service : Build 2018).
Using excel for analyzing the AzureDevOps work did not really work for all use cases.
The main reason was the ParentId. But basic graphs its easy to do.
Since then I have started using PowerBI instead. And I have managed to achieve all my requirements. After the initial setup its very straightforward to build custom reports in PowerBI.
Azure DevOps has introduced a new feature to make the Parent column available in queries.
Add parent field to backlog and queries
"The parent field is now available when viewing backlogs and query results. To add the parent field, use the Column options view."

Acumatiac Data Access Class Generator not listing table names

I am trying to start the T100 courses for Acumatica and the instructions mention to setup a development environment and then start working on some examples. The first example has you create a graph for the Country table using the PXGraph template, build the RB project so you can use the created graph in the site project, create a ListView page pointing to the graph you just created, and then use the Data Access Class Generator to create the Country class for you in the DAC folder.
Which would be great, however when I click on 'Generate Class' for the data source it brings up the DAC Generator window . . . with no tables listed. So I'm supposed to select Country but nothing is there to select. I have no idea what I'm doing wrong, so if anyone has any thoughts on how this list is populated that would be great. Thanks.
Data Access Class Generator with no tables image
On the same place where you are trying to click Generate Class, you have to right click the page and click Refresh.
There is no shortcut, too.
I spent 2 hours ambling around after overlooking that step during tutorial.
I'm not sure what was wrong, but I closed my solution and re-opened and the next time I tried the tables were listed. Magic.

Working with SharePoint 2007 List

I need help solving an issue.
I have a list that will be used to track training progress for employees. To simplify it, the list is called Training and the following are the columns:
Employee Name (Text)
Training Event 1 (Choice)
Training Event 2 (Choice)
Training Event 3 (Choice)
The Training Event X fields are of type choice with the following options:
Completed
Required
N/A
What I am trying to do is display a bar graph with all of the Training Events on the X-Axis and the number of occurrences of Completed, Required, or N/A displayed by bars.
I am also open to just retrieving the values for use in content editor. In this case, I wouldn't use a graph. I can just display "X employees have completed Training Event 1 and Y employees are required to complete it."
I am used to dealing with SQL where you can run custom queries, however, I am trying to figure out how to do this with SharePoint lists.
Notes:
I do not have access to SharePoint Designer software
I have the ability to use Bamboo Web Parts
Thank you and any help would be appreciated.
Try Visifire for SharePoint webpart to visualize SharePoint list Data. You can easily and quickly Create stunning charts in SharePoint(2007/2010) without writing any code!
First I suggest you to checkout this 60 seconds video in release blog here.
Now follow the steps below
Download Visifire For SharePoint from here and install it.
Install Silverlight from the link here.
Restart your browsers and start creating charts in your sharepoint page.
Documentation links:
1) http://www.visifire.com/documentation/Visifire_Documentation/VisifireForSharePoint/Visifire_for_SharePoint_2007.htm
2) http://www.visifire.com/documentation/Visifire_Documentation/VisifireForSharePoint/Quick_Start_with_Visifire_For_SharePoint_.htm
Full Disclosure: I work for Visifire
If you switch the list to DataSheet view, and click the slider on the far righ-hand-side of the Datasheet grid, there are options to chart with Excel. Maybe you could use that to generate the barchart from the data?
See image below:

Resources