Dynamically combining keywords


(paul walker) #1

Hi Folks - wonder if anyone can redress the error of my ‘newbie’ ways.
If
%asset_metadata_story-1% produces 604074
and
%globals_asset_attribute_summary:604074% displays the summary of news item #604074

. . . how do I combine them to make them work dynamically together? I have tried a number of ways such as;

%globals_asset_attribute_summary:^{asset_metadata_story-1}%

Advice happily accepted - cheers
Paul


(Harinder Singh) #2

Try this

%asset_metadata_story-1^as_asset:asset_attribute_summary%


(paul walker) #3

BOOM! - thank you sir, fixed. I was sure that I tried this - anyway, works splendidly now - thank you