actions in SSAS

  • hi,

    i tried to create an action..and i set action content as url but it was not working ..can anybody help me ..

    '

    thanks

    mary

  • Mary,

    What do you mean by "doesn't work". How are you testing it? (What software?)

    Post the code for your action and I'll take a look. It'll be easier if you pull it out of the XML (like attached).

    Sample action:

    &ltActions>

    &ltAction xsi:type="StandardAction">

    &ltID>Action/ID>

    &ltName>Where is this store located/Name>

    &ltTargetType>AttributeMembers/TargetType>

    &ltTarget>[Markets].[Store]/Target>

    &ltType>Url/Type>

    &ltExpression>"http://www.mapquest.com/maps/map.adp?title=Brought to you by The Nielsen Company - "+[Markets].[Store].CurrentMember.Name+"&address="+[Markets].[Store].CurrentMember.Properties("Store Address")+"&city="+[Markets].[Store].CurrentMember.Properties("City")+"&state="+[Markets].[Province].CurrentMember.Name+"&zipcode="+Mid([Markets].[Store].CurrentMember.Properties("Postal Code"),1,3)+"&cid=lfmaplink2&Name=test"/Expression>

    &lt/Action>

    &lt/Actions>

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply