Views that use a particular subset

Post Reply
AmbPin
Regular Participant
Posts: 173
Joined: Sat Mar 20, 2010 3:03 pm
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2007-10

Views that use a particular subset

Post by AmbPin »

Hi,

I am sure the gurus will already know this but I had been looking for a way to locate a view that is using a subset that I wanted to delete. There is a DOS command that can help:-

FindStr /si "NameOfYourSubset" *.vue > YourOutputFile.txt

if you execute this in a DOS CMD window, probably after mapping a drive to the datafiles folder for your TM1 server, The output file will contain a list of all *.VUE files that contain the filter string "NameOfYourSubset".

Hope this helps someone
User avatar
gtonkin
MVP
Posts: 1269
Joined: Thu May 06, 2010 3:03 pm
OLAP Product: TM1
Version: Latest and greatest
Excel Version: Office 365 64-bit
Location: JHB, South Africa
Contact:

Re: Views that use a particular subset

Post by gtonkin »

Thanks AmbPin, I normally use old fashioned "Grep" but useful for some of my colleagues.
Would be nice if there was a command line version of "tail" as I use "tail -f" frequently to watch log files on start-up etc.
BR, George.

Learn something new: MDX Views
Post Reply