Piotr Karczewski Posted September 5, 2024 Share Posted September 5, 2024 Hi I have found some of worksheets with database (row) line hidden, sometimes, but not always, they appear when I change their height but after all they hide. I'm wondering how to obtain this result in my own worksheet? Using 0 height make it is easy to reveal the line. Quote Link to comment
Tom W. Posted September 5, 2024 Share Posted September 5, 2024 Do you mean you want to hide row 2? If so, in the View menu uncheck 'Database Headers'. 1 Quote Link to comment
Piotr Karczewski Posted September 6, 2024 Author Share Posted September 6, 2024 Thanks @Tom W., this is what I was looking for! I didn't know that it works per worksheet instance. Quote Link to comment
Piotr Karczewski Posted September 19, 2024 Author Share Posted September 19, 2024 I'm also looking for a way to present hatch image of the hardscape (1st/top component hatch like in 2D view) in worksheets. =IMAGE with Type: Miniature shows the shape of the hardscape. When I use Type: 2d attributes it goes for hardscape attribute which is NOT TOP component attribute. It should look like this: This is the result of using Type: Miniature + 1:20 scale (You can still see shape of the hardscape ex. 3.4) What is that I'm looking for is a 1st component hatch preview in rectangle shape for ex. 120x40pts in worksheet. Thanx for any advice! Quote Link to comment
Pat Stanford Posted September 19, 2024 Share Posted September 19, 2024 I don't think the Image functions in worksheets are sophisticated enough to do what you are attempting. I am not certain but you may have better results using a Graphical Legend instead of a worksheet. 1 Quote Link to comment
Tom W. Posted September 19, 2024 Share Posted September 19, 2024 Definitely try Graphic Legends this is exactly what they’re designed for. 1 Quote Link to comment
Piotr Karczewski Posted September 27, 2024 Author Share Posted September 27, 2024 I'm making a report and function, described below, does not work correctly Functions: =ROUNDUP(number; digits) - Rounds the specified number up to a specified number of decimal digits. for me it should be H3.1 = 375,84 and J3.1 = 87 How to fix it? or is there another way to ROUND the number UP to the nearest WHOLE NUMBER Quote Link to comment
Pat Stanford Posted September 27, 2024 Share Posted September 27, 2024 It seems to work correctly and give the answer you want for me in VW2025. But I put in a fixed value in Column I. Could it be that you actually have more decimal points in Hardscape.Record so the value you are using is not exactly 4.32? Do you need a Round to 2 decimal places there? Also, I don't see a Record field in the VW2025 Hardscape Parameter Record. And what is the :' at the end of the Value statement doing? Quote Link to comment
Pat Stanford Posted December 26, 2024 Share Posted December 26, 2024 This just came back up. This is not a RoundUp problem, but rather a database limitation. In a summarized database row, the calculation is run on each subrow and then the total is summed. Since there a multiple summarized subrows, the RoundUp converts many of those to an integer of 1 and then all those 1s are summed giving the value that is much too high. The only work around I know is to not use a database and to use the spreadsheet version of the =AREA(criteria) function to get the total for each object type and then run the roundup on that result. Quote Link to comment
Piotr Karczewski Posted December 28, 2024 Author Share Posted December 28, 2024 On 12/26/2024 at 7:27 PM, Pat Stanford said: This just came back up. This is not a RoundUp problem, but rather a database limitation. In a summarized database row, the calculation is run on each subrow and then the total is summed. Since there a multiple summarized subrows, the RoundUp converts many of those to an integer of 1 and then all those 1s are summed giving the value that is much too high. The only work around I know is to not use a database and to use the spreadsheet version of the =AREA(criteria) function to get the total for each object type and then run the roundup on that result. Thank You so much @Pat Stanford I really appreciate Your help! Maybe @Tony Kostreski could forward this case to sb to improve this feature to work as it should - ROUNDUP the sum of subrows insted of ROUNDUP each subrow and then summarise it. I suppose it should be quite easy but significant improvement in reports/sheets. For now it limits its functionality a lot! Quote Link to comment
Pat Stanford Posted December 28, 2024 Share Posted December 28, 2024 Unfortunately, I think this would be a very difficult improvement to worksheets and would require an almost complete rework of how database rows are calculated. But I am the eternal optimist and remain hopeful that it will happen. 🙂 1 Quote Link to comment
Piotr Karczewski Posted December 29, 2024 Author Share Posted December 29, 2024 22 hours ago, Pat Stanford said: (...) would require an almost complete rework of how database rows are calculated. (...) Maybe it's time to do it if Vectorworks wants to be the BIM leader! Worksheet improvements will affect all industries that uses Vectorworks. Quote Link to comment
Pat Stanford Posted December 29, 2024 Share Posted December 29, 2024 I agree. But I am also not going to hold my breath. 🥶 1 Quote Link to comment
Piotr Karczewski Posted December 29, 2024 Author Share Posted December 29, 2024 You don't have to U're worksheet magician! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.