Is it possible to compare excel sheet in PTC integrity 10.6 ?
Excel sheet is checked-in in the server and changed locally. SO is it possible to compare it ?
Excel sheet is checked-in in the server and changed locally. SO is it possible to compare it ?
In this case to configure the Diff Tool in Integrity to BeyondCompare follow:
To use an external diff software like beyond compare, you can set this in the MKS client in File -> Edit Preferences -> Configuration Management -> Diff and Merge tools. In the Custom Command field you can configure your own diff application. In the case of Beyond Compare 3.x the command is
"<your path to BC3>\bcomp.exe" /fv="Text Compare" /title1="{1}" /title2="{2}" "{3}" "{4}" You can also use BC as Merge Tool. The command is:
"D:\PortableApps\BeyondCompare3Portable\BCompare.exe" /title1="{1}" /title2="{2}" "{5}" "{6}" /savetarget="{7}"Then look how to compare Excel files in BeyondCompare for example Beyond Compare Technical Support.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.