cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

when exporting to excel in hopex v1R2

imranusman
Super Contributor

I tried to export a class created by me, but when exporting and selecting columns it does not display Short Name as column.

3 Replies

The link between the MetaClass and the MetaAttribute 'Name' can be implicit

 

I suggest you do a test

Create an objet O1

Export the object to a .MGR file

Read the MGR file

 

Example of MetaClass where the name value is stored in 'Name' --> Short name should not be expected in Excel export

.Create ."~78xw2lkYo400[Note]" "O1" -
        .CHK "53gfCTg)KrUJC30000mCpCpC" -
        ."~510000000L00[Creation Date]"                      "2015/03/10 08:11:56" -
        ."~610000000P00[Modification Date]"                  "2015/03/10 08:11:56" -
        ."~(10000000v30[Creator]"                            "Y)5pEoSQGn4M" -
        ."~b10000000L20[Modifier]"                           "Y)5pEoSQGn4M" -
        ."~520000000L40[Create Version]"                     "29952" -
        ."~620000000P40[Update Version]"                     "29952" -
        ."~)20000000z70[Reading access area identifier]"     "sTlVwxdH3100" -
        ."~a20000000H60[LanguageUpdateDate]"                 "2015/03/10 08:11:56"

 

Example of MetaClass where the name value is stored in 'Generic Local Name' --> Short name can be be expected in Excel export

.Create ."~pj)grmQ9pG90[Business Process]" "A6A0A7B554FE4E13" -
        .CHK "L1gfrUg)KDXJC30000mCpCpC" -
        ."~510000000L00[Creation Date]"                      "2015/03/10 08:13:41" -
        ."~610000000P00[Modification Date]"                  "2015/03/10 08:13:41" -
        ."~(10000000v30[Creator]"                            "Y)5pEoSQGn4M" -
        ."~b10000000L20[Modifier]"                           "Y)5pEoSQGn4M" -
        ."~520000000L40[Create Version]"                     "29952" -
        ."~620000000P40[Update Version]"                     "29952" -
        ."~)20000000z70[Reading access area identifier]"     "sTlVwxdH3100" -
        ."~nOU8g8IMCb30[Converted Name Version]"             "0" -
        ."~g20000000f60[Generic Local name]"                 "O1[A6A0A7AC54FE4E01]" -
        ."~a20000000H60[LanguageUpdateDate]"                 "2015/03/10 08:13:41"

 

Jerome

Even Name attribute is not available either. 

jhorber
MEGA
MEGA

Hello imranusman

 

Check the naming configured for this custom MetaClass

 

The propertty 'Short name' can be expected if there is a specific naming for the MetaClass (ex: Generic Local Name..)

Said differently, if the object name is saved in MetaAttribute 'Name' (default naming), you cannot expect 'Short Name', only 'Name'

 

Jerome