• Macro from CustomTable
    Forum Post Nov 7, 2013
    Does anyone know the Macro syntax for pulling a field from a custom table? Or if it works right. I use macro's frequently, but the custom table has never seemed to worked. I need to select 1 row, 1 field based on an ID passed to it. For some reason, I cannot seem to get t...

  • RE:Macro to get category name from ID?
    Forum Post Nov 18, 2013
    Kentico's solution: {% SiteObjects.Categories.Where("CategoryID = " + QueryString.DCI).FirstItem.CategoryName |(user)michalv|(hash)6786195319d0457ee4f8ea280da1c7bb8893b7e179fd3fca97a15f1a9a5deb8d%}

  • RE:Using page meta data in a macro
    Forum Post Dec 13, 2013
    Cool, thanks! I'll give it a go and let you know.

  • RE:Custom newsletter provider
    Forum Post Dec 19, 2013
    nested macro cause the issue . after removeing it ,it works. Thanks for reply.

  • RE:Root document name macro
    Forum Post Jan 31, 2014
    Perfect, Thank You!

  • RE:Macro for Product Options
    Forum Post Feb 5, 2014
    Hi Jason, Thank you for your message. I would like to clarify the issue. Where exactly you want to display the product options? Is this related to the current document? However Im not sure if this macro is available and it would probably be better if you could develop yo...

  • Result count in repeater macro
    Question Mar 26, 2015
    I have a repeater and want to adjust the before content field if the count is greater than one. What I want to do is Change the word "Location" that I have in the before content to "Locations" when there is more than one location being pulled into the repeater. Is this possible?

  • Retrieve Link / Button output via macro
    Question Sep 7, 2015
    Hello ist there a way to get the output from a "Link / Button" webpart via macros? Regards st. **Update:** I found the solution here: [Loading values from the properties of other web parts](https://docs.kentico.com/display/K8/Using+and+configuring+web+parts) `` sloved ...

  • Macro in Web part visible field
    Question Apr 26, 2016
    I'm using next macro in web part visible field `` but it doesn't work if IsExpertIn returns null. How i need to modify my macro to handle situation when IsExpertIn returns null?

  • URL parameter value in macro
    Question Feb 16, 2018
    my page has an alias "/articles/{artcategory}" i know that expression {?artcategory?} allows me to insert "artcategory" into html but i want to assign "artcategory" parameter value to a variable in Txt/XML transformation macro something like this

  •   ... 31 32 33 34 35 36 37 38 39 40 ...