I'm having a really strange issue happen where my ##WHERE## clause is being removed randomly along with the WHERE in the SQL query itself. This started happening after I upgraded from K8.2 to K12 ...
I am using the following where clause to query my pages from a blog via a pages data source web part:'{%EventDate %}' @ '{%GetDateTime(DateTime.Now)#%}' When this query runs in the pages data sou...
Hello, Is it possible to filter out certain Templates in a Repeater? I'm trying to use the WHERE cause to do this but I'm having trouble finding the correct syntax to use.I've tried:NodeTemplateID ...
Hello,I'm using Kentico API to search for some results. The problem is that something is not working as expected. For one of my custom page types I added new field called ProjectCompletion (data ty...
Hello everyone, I created a child page type for articles that are a part of another custom page type for topics. In my articles page type, I have a form control to select if it's a popular article....
On Page A, I'm using a repeater to show pages B, and I want to limit the content being shown via the repeater that share the same category as the page A. Is this best handled via the Category name ...
Hello,I often work with repeaters with custom query.How can I only get the documents with a 'Published' status (like the option 'Select only published' in a simple repeater).I noted that all is dis...