Analysis folder disappears after convert

The “Evaluations” folder “disappeared” after converting to Vertec 5.0.

Product line

Standard

|

Expert

Operating mode

CLOUD ABO

|

ON-PREMISES

Modules

Services & CRM

Budget & Phases

Purchases

Resource Planning

Business Intelligence

Created: 28.01.2005
Machine translated
Updated: 03.03.2005

After the conversion to Vertec 5.0, it is possible that the “Evaluations” folder will no longer be visible.

This folder “Evaluations” was previously on the same level as the master files folder.

If you want to show this folder again in Vertec 5.0, you can run the Scipt below. Please proceed as follows:

  1. Open Vertec as Administrator
  2. Use the menu Optionen to open the Script Editor...
  3. Copy the following text into the script editor:
      'Durchsucht die Datenbank nach einem
      'Auswertungsordner und zeigt diesen an.
      'Zusatzscript zu Version Vertec 5.0
      '28.01.2005 / Vertec AG
    
      Dim Ordnerlist
      Dim Ordner
    
      Set Ordnerlist = Vertec.eval("abstractordner->select"_
      &"(eintragid='OrdnerAuswertungen')")
      if Ordnerlist.count > 0 then
        Set Ordner = Ordnerlist.objects(0)
        Ordner.member("eintragid") = ""
      end if
    
  4. Click on the Execute button.
  5. Then restart Vertec. The folder Auswertungen should now be shown again.