- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
thanks,
Alain
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
This is *exactly* what I am after!
many thanks!
Alain
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
This question/answer was posted some time ago (March 2010) and the website link offered as a solution is no longer working. Is there a current link to the solution available? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Cheryl,
The link does still work for me.
After I copied it into my browser, I landed on the website below.
If you still have any questions, about Dynamic Entry statements, please ask.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks! I tried copying/pasting the URL multiple times but I must have missed something. Your link works for me.
My template has the dynamic __BYLINE__ statement along with some simple text EntryTitles followed by this line which was created by TMPLOUT.
EntryTitle __BYLINE__ / textattrs=(size=GraphLabelText:fontsize);
When I run the SGRENDER code I do get the BY variable at the top of the page but I was hoping I could get the BY variable printing below the other EntryTitles just above the plot. Is that possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
That's fine!
Instead of "EntryTitle", you can try using "Entry" instead. This should place the dynamic by variable below the other titles.
If that doesn't help, you can try to use the padding option with top in EntryTitle, to push the titles lower.
Otherwise could try putting all the EntryTitles in a Gridded layout with "n" rows, so that they are in different rows.
Just thinking out loud, hopefully one of the methods are useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the multiple options. I'll give them a try.