BOM First Level report actually multi-level?

BOM First Level report actually multi-level?

CadUser46
Collaborator Collaborator
1,077 Views
13 Replies
Message 1 of 14

BOM First Level report actually multi-level?

CadUser46
Collaborator
Collaborator

I'm using the report from "C:\Program Files\Autodesk\Vault Professional 2016\Explorer\Report Templates\BOM - First-Level.rdlc" but it shows rows 1.1,  1.1.1 etc

 

Am I wrong in thinking it should only show the first level of the BOM?  Right now it seems identical to BOM - Multi-Level so I already compared a copy from another users machine in case I had accidentally overwritten it.


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------------------------------------------------------------------------------------------------------------------------
Inventor 2010 Certified Professional
Currently using 2023 Pro
Accepted solutions (1)
1,078 Views
13 Replies
Replies (13)
Message 2 of 14

johannes.bauer
Autodesk Support
Autodesk Support

Hi CadUser,

I can reproduce your view.

I will log a defect for this. 

Still you can edit the reports yourself if needed.

 

You can find here an information for this.

Thanks

Johannes

 

 



HTH
-Johannes

Customer Technical Success
0 Likes
Message 3 of 14

CadUser46
Collaborator
Collaborator

Hi Johannes

 

Thanks for agreeing with me. 

 

Unless you're telling me otherwise I don't believe it's possible to edit the logic of reports as I have asked this question before.  Columns/layout/properties yes, actual logic no.  I have web developer 2008 but see no way to edit the embedded SQL to modify the multi-level into single level.

 

If you do know of a way to achieve this could you edit it and send me the report, or explain how to do it?

 

Thanks


Craig

 


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------------------------------------------------------------------------------------------------------------------------
Inventor 2010 Certified Professional
Currently using 2023 Pro
0 Likes
Message 4 of 14

johannes.bauer
Autodesk Support
Autodesk Support

Hi Craig,

Please select in the BOM View the First Level and re-execute the Report First Level.

Let me know if that helps.

Thanks



HTH
-Johannes

Customer Technical Success
0 Likes
Message 5 of 14

CadUser46
Collaborator
Collaborator

I had already tried that but did it again to be sure.  No change I'm afraid, it's still multi-level.


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------------------------------------------------------------------------------------------------------------------------
Inventor 2010 Certified Professional
Currently using 2023 Pro
0 Likes
Message 6 of 14

johannes.bauer
Autodesk Support
Autodesk Support

Hi Craig,

Here is a screencast from 2018 version, where this is working correctly.

 

 



HTH
-Johannes

Customer Technical Success
0 Likes
Message 7 of 14

CadUser46
Collaborator
Collaborator

I was using the BOM in the preview window so I copied your steps but still same result.  I'm using 2016 Vault Pro.


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------------------------------------------------------------------------------------------------------------------------
Inventor 2010 Certified Professional
Currently using 2023 Pro
0 Likes
Message 8 of 14

johannes.bauer
Autodesk Support
Autodesk Support

Hi Craig,

thanks for verification.

Any plans to update to 2018? 🙂

 



HTH
-Johannes

Customer Technical Success
0 Likes
Message 9 of 14

CadUser46
Collaborator
Collaborator

Not anytime soon.  Can you duplicate the error in 2016?  Is the bug in the report or Vault?


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------------------------------------------------------------------------------------------------------------------------
Inventor 2010 Certified Professional
Currently using 2023 Pro
0 Likes
Message 10 of 14

johannes.bauer
Autodesk Support
Autodesk Support

seems to work as well for me.



HTH
-Johannes

Customer Technical Success
0 Likes
Message 11 of 14

CadUser46
Collaborator
Collaborator

So how do you propose to move this forward?  Remote desktop?


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------------------------------------------------------------------------------------------------------------------------
Inventor 2010 Certified Professional
Currently using 2023 Pro
0 Likes
Message 12 of 14

johannes.bauer
Autodesk Support
Autodesk Support

I will follow up in a case



HTH
-Johannes

Customer Technical Success
Message 13 of 14

Anonymous
Not applicable
Accepted solution

Johannes pointed out the obvious.  It's not the logic of the report that make it First or Multi-Level, it's the filter selection in the UI before running the report.  The report names are just misleading 🙂

 

Posted from my other account.

0 Likes
Message 14 of 14

jacopo_chiappetti
Enthusiast
Enthusiast

you can use the filter selection in the UI, as stated, or you could modify the "first level" report adding, in the "rows visibiliy", the expression : =instr(Fields!Row_Order.Value,".")>0

this hide rows with row order contains a "." so 1.1, 2.3 ... 

or put the same expression in the filter section of the table

0 Likes