Internationalization - Translation details for particular language object (Metadata query)


select a.object_id,a.object_name,b.translation from dbo.DSSMDOBJINFO a join
dbo.DSSMDOBJTRNS b
on a.object_id =b.object_id
where b.project_id='Project_id'
and b.Locale =16778249
and a.project_id ='Project_id'


you can use the query to get path from object id to get the path information along with this.

Comments

  1. I am working with MSTR too.
    Thank you for sharing.
    I have to open a blog for my notes I suppose ;)

    ReplyDelete

Post a Comment

Popular posts from this blog

Intelligent cubes in Microstrategy

Useful Metadata Queries - Microstrategy

Microstrategy OLAP - Dynamic Aggregation