WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for sql

(...) it should be stored only on order, but not on suborders. In the reports i have one report for orders, second one for suborders - on suborders I'm able to show 'customer' using custom column. With sql like this: ( SELECT dbo.ClearWFElem(WFD_AttChoose2) /* Customer */ FROM WFElements JOIN WFSteps ON WFD_STPID = STP_ID JOIN WorkFlows ON WF_ID = STP_WFID WHERE WF_GUID = 'af556142 (...)

(...) Hello all, I have a data table field where I'm selecting the fields using a sql query. One of the field is a picker and I want to show just the Text and not the ID. I've tried many options but as soon as I try using the Database-Name, it's giving errors. I believe it's because the option has space on it : 'Non Ok'. But the system should overcome this right? Even using the DBO function, it doesn' (...)

(...) the actual name of the environment. I know there's a table and inside is a row which offers this, but I thought there might be an environment variable offering this info rather than having another sql call. Thank you, Mihail

(...) Hello there :) I have a problem when trying to generate a table using the manual initialization via HTML Button. It only works when I initialize the table manually. I want to use sql however, to automate the whole thing. I failed using many Select Statements. What would be the ideal Select statement that would return the days between two dates, which happen to be the attributes? Best Regar (...)

(...) erform an Excel export of the current state via the DATA TABLE. Recently, we have been hitting the limit of 1000 rows more often (https://docs.webcon.com/docs/2023R3/Studio/Process/Attribute/DataPres/sql _grid/#7-allow-excel-export). I would like to propose a review of the current server performance to determine if it is now feasible to increase this limit to 2001 (header + 2000 rows) or, ideally, (...)

(...) clude unavailable tools. Unfortunately i didn't find the way to do it using the REST API filter available in WEBCON. My plan is to create some table in WEBCON, fill it with data from API and then use sql for filtering. Is there maybe a better way to do it?

(...) rendered if they are used in an item list data row column.: https://community.webcon.com/forum/thread/5247 I tested the most common/likely elements and to verify which are supported by using this sql query: select 'a tag' + ''+ 'button tag' + ''+ 'div tag' + ''+ '' + ''+ 'img tag' + ''+ 'input tag' + ''+ 'p tag' + ''+ 'span tag' + ''+ 'strong tag' + ''+ '.class'+char(123)+'display:no (...)

(...) ark colors, thus saving their eyes and improving the comfort of their work. The second topic is the code editor. Currently, in Designer Studio, the place where we edit code that is, for example, "sql command" is probably a regular notepad without support for, for example, tab. It would be useful to have such a small VS Code in the places where we edit code. Reports of this type have already a (...)

(...) . I thought about adding a timeout to check if New comments were added in the request. I know that in the notification configuration, I can select the last comment entered. But I want to create a sql rule to active/inactive the timeout. For that, I want to check if new comments were actually added. Do you have any idea how to accomplish this? Thank you

(...) . Obviously I would like to avoid manual work. Do you have ANY idea if the 'change form type' can be somehow automated? I need to change form type X to Y, no diferentiation whatsoever. Maybe some sql ? Changing WFD_DTYPEID in WFElements and WFHistoryElements will be enough? What do you think? Thanks in advance. Wojtek

(...) Hello everyone, I need your assistance with something. I am currently working on a Business Rule that should return a value using sql . The Business Rule needs to be as universal as possible, and I want to pass two parameters to the sql query. So far, so good. The issue is that I want to pass the same form field as a parameter twice: once as a value and once as a "column name" (essentially as an (...)

(...) Hello! is there a best practice how to transfer data from an external data source (eg. sql server) into a dictionary in webcon (and webcon in general)? I heard something about a technical path?

(...) Hi, this may sound strange, but so was the reason, why I'm proposing this. My suggestion is that the expression editor for a sql command inserts the instance id variable in a way: Currently it is inserted as: {WFD_ID} My suggestion is that it is inserted within single quotes: '{WFD_ID}' The reason for this is, that it would prevent errors which may only surface in production. This is th (...)

(...) er the user has an Active Directory user or not, the user should either be sent to the blue path or to the purple path in WF (2). The issue is that the business rule in the 'Start a Sub Workflow (sql )' actions, which checks if someone has an AD user or not, isn't working when I pass parameters like ##Vorname## [engl. Firstname] and ##Zuname## [engl. Surname] (which turns into {Vorname} & {Zuname} (...)

(...) so .. how to pass by path but keep A and C as finished and B and D as Waiting ? and for example add (assign) E as Waiting ... I don't see other option than "update parent flow" with out "moving by sql " ... but if moving then go by path .. then ..

(...) ersion 2021.1.5.367) I have an items list with (amongst others) a column for (multiple) attachments. Out of each line of the items list I start a workflow instance of another (start a subworkflow sql ) workflow and the attachments shall be copied to the new instance. Idea 1: I check "copy attachments" in the "Start a subworkflow". Issue: all attachments of the parent workflow are copied Id (...)

(...) How to limit the number of returned items for a data source in a filter? (to one item maximum) Is only the DISTINCT or TOP option from T-sql at the data source level left? Can this be done with some function at the filtering stage.

(...) o add alias and update the documentation, so that only the alias would be used. "ElementName" would get the alias "Subfolder" "Category" would be "Filename". This way: - We won't break the old sql statements - There's no need to create a migration script. - New users wont be confused. Best regards, Daniel

(...) e contains multiple fields as well as lists. What would be the easiest way to achieve this using WEBCON? I was thinking of writing the content of my XML file into a technical multiline text field via sql and then extracting it with the "Change Values" action. The lists would be handled with the "Update Item List" action. Is this possible? Thank you very much for your help!

(...) What is the possible and if, the most efficient way of getting data from a dictionary into a js file that is supposed to read all the items from said report ? sql (business rule, then convey it to the js file as an argument) or we can natively do it in js ?