In Kentico 10, I have tranformation, which works: ##editbuttons##@%# Eval(@BudgetYear@) %@@a href=@@%# GetAttachmentUrl(@BudgetAtachement@, @BudgetID@) %@@ title=@@%# Eval(@BudgetNazevRSS@) %@ ke...
I have a multiple-choice field where a list of options is available and you can choose more than one. My issue is if I select more than one it displays the info as @check1|check2@ I need to remove ...
Hi,Please can someone help me how to re-direct if the @file description@ is NOT empty. @a href=@@%# Eval(@FileDescription@) %@@ @ @img src=@@%# GetFileUrl(@FileAttachment@) %@@ alt=@@%# Eva...
Is there a way to view what web pages/web parts are utilizing a given transformation? Our stable of transformations have grown bloated and are poorly organized. We are attempting to make changes to...
Hi Team,I am working on Kentico 12 SP (MVC). I need show OrderItemCustomData in invoice template using transformation.How can I display it?
I wanting to retrieve the Max Score in a search results. I see GetSearchValue(@somevalue@). Is there a GetMaxScore for Transformation?Thanks David
hello kentico i try to apply transformation to get the fields of the children i want to display descriptionField here is my transformation{%foreach (x in Documents[NodeAliasPath].Children){ %} ...
Inside my transformation, I want to build a link based on what the current URL is. Basically windows.location search. How can I grab that into transformation and make an a link out of it. RequestCo...
I need to count item retrieved by the document helper and if there are no documents returned I want to show a message. My options areIn transformation I am using {%DataItemCount%} but its not retur...
Trying to include an onClick event into an ahref but can't seem to get the right formatting. Any guidance is much appreciated.@%# !String.IsNullOrEmpty(CookieHelper.GetValue(@somevalue@)? @@a oncli...