Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bulk Metric createion? 1

Status
Not open for further replies.

bittmapp

Technical User
Jul 21, 2003
56
0
0
US
Hello,

is there a way to configure or create metrics outside the MSTR Desktop interface, like XML or something? Have to create hundreds of metrics.....

Thanks,

bitt
 
YOu could use something like excel to build up the following expression for Command manager:

CREATE METRIC "New Metric" IN FOLDER "\Public Objects\Metrics\Count Metrics" EXPRESSION
"Count(Customer) {Country} <[Year 2001]>" ON PROJECT "MicroStrategy Tutorial";

Cols for the syntax which would repeat row by row, other cols for metric name, location and expressions (note here that it's sum(FACT_NAME).


e.g
col 1 - CREATE METRIC "
col 2 - list of all the metric names
col 3 - "IN FOLDER "
col 4 - locations of where you'd want the metric
col 5 - " EXPRESSION "
col 6 - sum/max/count etc.....
col 7 - (fact name)
col 8 - dimensionality
col 9 - conditionality
col10 - " ON PROJECT "Project name";

repeat cols 1, 3,5 & 10, fill in the other cols where applicable, copy and paste into command manager and roberts yer mothers brother.
 
Thanks so much, Spod.

Your ideas are great. Just what the Dr. ordered.

You get a star from me,

Thanks again,

bitt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top