Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hi, to change the character that is used on the scale, you could use an ilogic rule like the following

 

Dim doc As DrawingDocument = ThisDoc.Document
Dim oScale As String

For Each oSheet As Sheet In doc.Sheets
	For Each oView As DrawingView In oSheet.DrawingViews
		oScale = oView.ScaleString
		If InStr(oScale, ":") <> 0 Then oView.ScaleString = oScale.Replace(":","/")
		If InStr(oScale, "/") <> 0 Then oView.ScaleString = oScale.Replace("/",":")
	Next
Next

 Try this rule in Inv 2020 and it works very well
I hope this helps with your problem. Regards


Please accept as solution and give likes if applicable.

I am attaching my Upwork profile for specific queries.

Sergio Daniel Suarez
Mechanical Designer

| Upwork Profile | LinkedIn