(...) Hi, Are there any issues with deleting rows related to cyclical actions in those table s (WFActionExecutions ,AutomationSessionExecutions )? Thanks, Kuba
Hi! We're stuck with an error using the Send Custom Email action with the default User or Group attribute as the Recipient, after updating from 2023.1.2.123 to 2023.1.3.118. Any tips on how to resolve this issue? Thanks, Patryk
(...) Hi, I have a following problem. I've created a data table form field that downloads data from SQL query. In the where clause, I refer to the value of another ‘Criterion’ field on the form. The data table should display the data depending on the selected criterion. Unfortunately as I change the criterion, the table sometimes fails to refresh and displays the data for the previous criterion. How do I (...)
(...) 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't (...)
(...) 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 Regards (...)
(...) Hello everyone, we frequently encounter situations where it is convenient for us to perform 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 i (...)
(...) Hi, I've prepared a template using Word Classic and put there data rows and data table s fields. Unfortunately the data are not displayed. The same situation happens when I go to Admin Mode > Admin actions > Word Template Printout. No data from data rows/data table s fields are diplayed. I am using Webcon Express.
(...) lements which are not supported are rendered as text. This also applies if the elements are nested. There's probably sanitization applied before rendering the result. Affected fields are: 1) Data table 2) Data row 3) Item list column: Data row You can make use of the below SQL commands to check whether you are using one of the listed unsupported types. select APP_Name as [Application], D (...)
(...) quotes and then send for approval. The next user must select what is the row of interest, but clicking on Select Option column. The thing is that in that step, because I want the item list to be editable , the Add button is available. Is there any way to allow the user to edit the item (to select the row of interest), but not allow to enter new ones? Thank you!
I have created a simple SDK Plugin that includes one input field. In the database, the field's value is saved in the format "24#24 Months$$de-DE$$24 Monate", and it is displayed in the report exactly as "24#24 Months$$de-DE$$24 Monate". My goal is to display this value in the report as "24 Months" when the user's language is English, and as "24 Monate" when the user's language is German. How
(...) Hi there, Is it possible to use one datatable to show different table s from a sql server? Right its possible to filter the sql results based on a value in a certain column. I also want to make it possible to show the content of a different table , however account to the infobox to the right side of the textbox where i write the sql statment, its not possible. So i was wondering if there is an alternati (...)
(...) How can i cange the style of the Datatable ? As example i want to change the row height to a certain number, and the column width to fit the content, however i did not manage to achieve this simple goal. i would appreciate any tipp on how to do it.
(...) ther application through a subworkflow action. At the moment I can only enter one attachment per dataset but I want the possibility to send multiple Attachements. I got the hint to use the splittotable -function when multiple attachments are added to the itemlist record. Now my question is how to implement it - When i tried to implement it, I got the message that it is a non-integrated function.
(...) Hi everyone, I've noticed a strange rendering / displaying of data table s. I attached a screenshot: 1) This is how the data table looks like if I refresh the browser 2) The mouse overs work fine 3) "Dragging" the data table "displays" the table correctly. 3) can also be achieved when the data table is in a tab and you switch tabs. The data table is displayed correctly when getting back. W (...)
(...) I try to find option to trigger refresh button in "data table " . OK I can click arrow .. but I would like to refresh to have no data ... So I have form rule when some field value is changed (deleted) then is clearing fields but not reloading whole form ... so because data is not saved or the full form is not reloaded ... the data table stays with "old data" - i can click refresh and then will be (...)
IF will be no "space bar" then Webcon in template (doc) will ignore "check box" present in template. when we add space bar then expected "check box" will appear .
Hi, if we have a chart with a detail level, you can click on a chart element to see the elements, these information are displayed as tiles. At least if the chart is located in a row set to "one-third column" and the chart is located in the smaller part. It would be great if we could also define the display mode of a report for a chart. This display mode would be applied to the detail level
(...) I try to build table with short history to put it in protocol (word>>pdf) of acceptance So i would like to have 3 columns: 1) person 2) behalf (if was) 3) time step at the moment I'm struggle with filtration .... skip save or other than end step paths ... in green lat 2 - the "steps" where I clicked - finish ..live the step ... where I have 1 person and no waiting for other to finish - (...)
(...) Would it be possible to implement an option that would allow us to disable the alternating coloring of data table s on the form?
(...) Hi, I need to build a process that will work as a service, check a mssql table , and start the process if new rows are added to the table . Single process based on a single row in SQL table . Maybe someone has built a similar functionality? Best regards.