The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

RehaanAbdulla's avatar
RehaanAbdulla
New Contributor III
2 years ago
Solved

Finding UD4 dimensions which have text 8 text and finding where it is used

Good day 

I was wondering if there was a way to find out which child members of UD4 that has text 8 text in there without going through each member. Once we find that out then is there a way to see where the text 8 is being used in the application

 

Regards

  • If you don't want to go through every member, you can go into Dimensions | Grid View. Select the top member and hierarchy/base and specify the name and Text8 should be displayed. Refresh the list, click on the UD4 column header and remove [empty] from the list, then click on the grid, press Control+A then Control+C. Go to your favourite editor and press Control+V. That will give you all the members with a value in Text8.

    For finding where they are used, I would extract the whole application to zip file, unzip the xml files to a separate folder, then use Notepad++ to search all the xml files for the members or Text8 value. It will depend on how long the string is of course - if you are searching for 'name' or 'property' you will get a load of hits you don't want. You could write a rule to do it but that will take a while and searching the xmls is probably quicker. It depends if this is a process you want to run more than once.

1 Reply

  • MarcusH's avatar
    MarcusH
    Valued Contributor

    If you don't want to go through every member, you can go into Dimensions | Grid View. Select the top member and hierarchy/base and specify the name and Text8 should be displayed. Refresh the list, click on the UD4 column header and remove [empty] from the list, then click on the grid, press Control+A then Control+C. Go to your favourite editor and press Control+V. That will give you all the members with a value in Text8.

    For finding where they are used, I would extract the whole application to zip file, unzip the xml files to a separate folder, then use Notepad++ to search all the xml files for the members or Text8 value. It will depend on how long the string is of course - if you are searching for 'name' or 'property' you will get a load of hits you don't want. You could write a rule to do it but that will take a while and searching the xmls is probably quicker. It depends if this is a process you want to run more than once.