WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Filip Miśko > Forum messages

Filip Miśko

User

If it didn't work, the most common couse is invisible leftover tags. Here is what you should try: Clear the entire area (watch out for invisible elements). Sometimes, when you delete a previously inserted Webcon element, invisible formatting or partial tags remain "underneath" and break the docum

Hi Phil, To display the signature instead of the raw code, the field must be mapped to a Picture Content Control in Word. Here is how it works for me: 1. Enable the Developer tab in Word (if it's hidden) Go to File -> Options -> Customize Ribbon. In the list of Main Tabs on the right side,

Try moving the logic from the field's 'On Change' event directly to the Item List configuration. Instead of triggering the rule directly on the column, use the 'For each row' operator within the Item List rules. You should place your IF statement (the one responsible for setting the cell backgrou

Hi, I'd like to suggest a functionality improvement for Item Lists. When configuring a standard Choice Field, in the "Picker" tab, enabling "Allow adding values not in data source" unlocks the option "Allow editing target fields when new value is added". This allows us to open a pop-up form to fi

You need to use wfelems.WFD_ID because WFD_ID alone isn’t recognized inside the subquery. At that level, SQL doesn’t know which table the column belongs to. By adding the alias wfelems (which i think refers to the V_WFElements view in the main query), SQL can correctly link both tables. So the