May 12, 2008 at 11:55 pm
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
May 14, 2008 at 7:17 am
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:
<Actions>
<Action xsi:type="StandardAction">
<ID>Action/ID>
<Name>Where is this store located/Name>
<TargetType>AttributeMembers/TargetType>
<Target>[Markets].[Store]/Target>
<Type>Url/Type>
<Expression>"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>
</Action>
</Actions>
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply