QUOTE (rozecki @ December 07, 2013 11:04 am) |
odd as it seems like it should work. |
The problem is that the code provided by Hans uses a variable and special tag that apply to current cache in your main grid - not the current publish log grid.
Try this code in your macro instead:
GSK |
$_special = sqlite("sql","select container || ' ' || g_cachetype(CacheType) from caches where code = '$_PublishCode'") |
Note: For this code to work, there is a similar caveat to the %caches_xxxx special tag, as per the help file:
