Tree Grid Views but with additional filters to hide data we don´t need - what options do we have?
Hi community, let´s assume we have a multilevel BOM with many Parts. Some of them have Documents attached. There are Documents on level 0, 3 and 7 of the BOM. I want to have an tree-like overview of the Parts and the Documents, but I don´t want to display the Parts with no documents. We can use AML or SQL to get the data. E.g. I currently use following custom AML solution to get all documents and their levels in a simple grid rendering, SQL would work similiar: In the past I already used some 3rd part libs to render lightweight trees. But these custom trees often don´t blend in well if we don´t spend a lot of time with styling. So my idea is right now to use TGV for the tree rendering. I made a very test with QD and TGV. Data is missing intentionally as it´s just a functional sample. TGVs work well for trees, but they will show the complete BOM structure. Is there any way to hide the data we don´t need? We can use parameters to filter the data. But this filter option currently only hides the text of the elements and not the complete grid row itself. This behavior probably has a reason. In a multilevel BOM scenario Innovator cannot tell on which BOM level we have documents. TGVs need the complete data for the rendering. But I would be awesome if we would have some additional filter options to play around with appearance of the data AFTER query execution. Does anyone has an idea to do these kind of tree renderings? Thanks for any input!!! Angela0Views1like4CommentsTree Grid Filtering on multiple levels
Hello, I'm looking through the community forum for some information regarding filtering/searching on PE_BomStructure tree grid view and query definition. I've got a multi-level BOM that I'd like users to be able to filter by Part Number ( string or item). I followed the Query Element Builders Guide and the blog post "Filter a Tree Grid View with Parameters"; however it only works with the parameters at the top level. Is there any way to effectively filter the 2nd level rows and return the expandable level 1 rows where the item is found? I added a visualization in the attachment.0Views0likes3CommentsBOM Structure view with Substitute details
We are trying to fetch set of specific BOM substitute parts that are added on the Part BOM relationship of Root Part. And display it similar to BOM Structure tree view with addition filters on property. The substitute part added has to be replaced on the view with the Part on with it is present but the BOM Structure for the remaining has to be the same.0Views0likes0CommentsEdit a tree grid view cell value
Hi, Can someone please provide a sample javascript code that will allow to update a tree grid view’s cell text with a dynamic value . In my case the value is not fetched as part of query definition, instead it’s calculated dynamically in the UI based on a tool bar button click method0Views0likes0CommentsCan I customize Tree Grid View input XML
Hello, Question about Tree Grid View/method functionality. I'm are creating some kind of tree (for example Part BOM) & data comparison tool. I'm utilizing Query builder and I have 2 different query results in my method at hand. And now we are planning how to visualize the comparison results to the user. One idea was to utilize Tree Grid View which would fit well in our plans in many levels, but is it customizable enough is the big question. Can I somehow feed or get TGV to read my results? Can I somehow use CSS or modify how TGV could show the results (for example I want to use colors to show the differences between structures & data)? Or is it so the TGV always need's direct results from Query Builder? And the XML it's eating cannot be changed - or are they way to modify it? Or are there any other ways to do it? I believe this is not unique problem. I'm using query builder similarly like in: https://community.aras.com/b/english/posts/using-query-definitions-method-code. And I'm utilizing Form Dialogues currently to ask from user what to compare. Cheers, Jukka Lehtinen3.8KViews0likes4CommentsTGV Parameters Filtering doesn't show record if value is blank
Hello All, I have created TGV on part and I have added parameters to search and filter on custom "state" property . I have given default value as * . It works well and able to search and filter on state column but there is one issue if any record has state "Blank" . That record is skipped from TGV results and which is causing me showing incorrect TGV results . Help me to understand cause. Thanks in advance .0Views0likes1CommentTree Grid View Filtering
Hello, I've got a multi-level BOM that I'd like users to be able to filter by Name or Part Number. I followed the Query Element Builders Guide and the blog post "Filter a Tree Grid View with Parameters"; however it only works with the parameters at the top level. So if for instance, I've got a part (top level) with a Name of "Part_1" and I use the parameters on the TGV with that, it filters fine. But if I have a sub-part to that, with say a name of "Part_2" and I use the parameters on the TGV to that item, nothing shows up. I'm assuming the problem is in the filter condition... (Name LIKE $name) AND ([Part Number] LIKE $item_number) Can anyone help?Solved1.6KViews0likes4CommentsIs there a lightweight way to display Tree-Grid-Data in Forms?
Hi community, I am playing around with displaying some data structure as Tree-Grid-View in Forms. The amount of data is very small. Normally we can display Tree-Grid-View data in relationships or pop-up dialogs. But I don´t want that users have to click around every time they need to see the data. It´s data that´s useful for daily work, so it would be super useful when it´s directly accessible within the Form. I discovered that it is possible to display Tree-Grid-Views in Forms. But from my POV the regular TGV layout is a little bit too heavy for my use case. I only want to display a small amount of data (only one data column, not much levels). Basically I just need the TGV data, no toolbar, no headers, no actions. Just a simple view to the data. Does anyone now a more lightweight rendering variants for TGVs? Thanks for any input! Angela3.7KViews0likes8Comments