Forum Post: RE: Issue with conditional formula for script
hi Edgar, Can you test this script, and let me know how it works. TASK(UFV("Category")>="CAPBEAM" ) ASSIGN_UF( "% Completed", FLOAT, SUM(RESOURCE(STATUS_HISTORY("Default...
View ArticleForum Post: RE: Issue with conditional formula for script
Nope, since there are no resource have "Casted" resource status, it return blank.
View ArticleForum Post: Re-sync .bim in LumenRT and Re-use of already created scenes
Hi, I have two questions regarding .bim (local synchro file export) model syncing. Is there any way through which we can re-sync the .bim export of the local synchro file? I have a .bim model imported...
View ArticleForum Post: RE: Issue with conditional formula for script
Hi Edgar, Can you share the SP file? https://communities.bentley.com/p/secure_file_upload It is a secure upload link, only bentley user have access to it. Thank you, Indrawan
View ArticleForum Post: RE: Progress type modification script
Glad to see you here. I'd like to mention a good reading from my colleague Indrawan Wijaya Here is the link to the post where he brags about all scripts that he used on projects:...
View ArticleComment on SYNCHRO SCRIPT
Indrawan Wijaya You beat me on this - I literally have a draft in a word document but seems that you have advanced a lot further. Great job! I am going to repost this on LinkedIn.
View ArticleComment on SYNCHRO SCRIPT
Thanks for sharing! I wish I could contribute, but it will help some of our users in the Netherlands
View ArticleForum Post: RE: Issue with conditional formula for script
Hi Indra Thank you for your help, I have uploaded my files. Anyway, from what I have understand how the script condition work, if any of the filter condition in the formula return zero, it would return...
View ArticleForum Post: RE: Issue with conditional formula for script
Hi Edgar, You are 100% correct, Synchro Void whole formula. The work around that I can think is: Need to create 3 Scripts, and you must run it one by one. 1. TASK(UFV("Category")>="CAPBEAM" )...
View ArticleForum Post: RE: Issue with conditional formula for script
Hi Indra The formula you have write would run into logic issue, let simplified your formula to this A = A + B, if B remain unchanged and execute the formula twice, the value A would be not correct. To...
View ArticleForum Post: RE: Re-sync .bim in LumenRT and Re-use of already created scenes
Ankur Ashesh - would you please answer the above questions?
View ArticleForum Post: RE: Issue with conditional formula for script
HI Edgar, I try this one. TASK(UFV("Category")>="CAPBEAM" ) ASSIGN_UF( "Status 1", FLOAT, SUM(RESOURCE(STATUS_HISTORY("Default category")>="Cast").UFV("C40/50") / UFV("Total Concrete Volume") *...
View ArticleComment on SYNCHRO SCRIPT
This is really nice work Indrawan....Thanks for sharing. @Jacqueline you always best in this
View ArticleForum Post: Noy being able to sign in to Synchro Academy
Hi team, would you please me why I could not join in to the Synchro Academy while I was registered on Bentley Website and Already have an account? Thank you
View ArticleForum Post: RE: Noy being able to sign in to Synchro Academy
Mahya, The request has been addressed. Please confirm whether it i s sorted out. Thanks, Paolomee
View ArticleComment on SYNCHRO SCRIPT
Indrawan Wijaya is the best as he took the action to post it, and invested efforts in documentation, while I had the same idea but never took any action.
View ArticleForum Post: SYNCHRO User Conference (Virtual) 2021 is now open for registration!
Bentley is excited to share that registration for the SYNCHRO User Conference (Virtual) is now open! The event kicks off on Tuesday, June 22 with keynote presentations followed by three days of topics...
View ArticleForum Post: RE: Issue with conditional formula for script
Hi Indrawan Yes, this good solution to solve the void issue. For the last formula it would be better to add *1.0 for some reason, synchro might not run TASK(UFV("Category")>="CAPBEAM" ) ASSIGN_UF(...
View ArticleForum Post: Hi team, Can you suggest me the best way to import/sync Baseline...
Note that Baseline Start & Finish Dates are already present in the start & finish columns in Synchro but they are overridden by Actual Start & Finish Dates as soon as the actual the...
View ArticleForum Post: RE: Hi team, Can you suggest me the best way to import/sync...
Hi Khushal, If you already have the Baseline Start & Finish Dates in SYNCHRO, have you tried to create first a baseline out of these dates in SYNCHRO and then to sync the schedule with the P6...
View Article