(...) maybe, in further coming WEBCON versions there could be the possibility to add 2 more "section layouts" like i posted in the picture. Mostly the usefull one would be: half side left, and two small columns in the right half. With this layout options designing dashboards and grouping buttons would work much better. Thanks, Bjoern P.S.: Maybe i forgot the third version 25% - 50% - 25%, if someo (...)
(...) f the report. I want to show the sum of days in each step of the process (Bar chart) and the average Day(s) in step as a Line chart. This is not working. I don't have any filters, nor calculated columns . I've tried to create a chart with another field to check if the issue is related with Day(s) in step field, still I get the error. Does anyone configured something like this? Thank you
(...) forgot to add the single quotes in a where condition using the id of a choose field Wrong statement: and {WFCONCOL_ID:544} = {WFD_ID} Correct statement as of WEBCON BPS 2023 with the calculated id columns : and {WFCONCOL_ID:544} = '{WFD_ID}' The big question is, why was it working in the first place and only failed in production? The production database contains way more data and the SQL server d (...)
(...) Hello, I am trying to update some form fields and columns in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing JSON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{WFD (...)
(...) Hello, I notice 2 weird situations: 1. I have a ForEach and inside I have a simple "Start subworkflow" action and i try to drag from the collection columns in order to start the workflow with some data completed. When I drag the columns , one is showing a bit weird. It will show ok once you double click it. (picture 1) 2. I have another ForEach and inside I made a business rule that uses, again, info (...)
(...) Hi, I would like to create validation for the input in a column of an item list. I have an item list with two columns (Input, Source). If the Source is "External," I don't want to validate for special characters. I have been using regex on the column, but now I have this condition. One solution I thought of is to create a "for each" loop on the item list and add a validation form... But I would (...)
(...) (author) updates the data and submits it for verification. I proposed the following procedure: 1. I created a BPS source that lists all 10 reports from the last month. 2. The BPS data source has columns including: ID, Signature, Author, Company, etc. 3. In the cyclic action, I added automation and the "Execute for everyone" operator, where I indicated the above-mentioned BPS data source. 4. There (...)
(...) I have got Item list with 2 columns 1. Category (A) 2. Points (B) Column A and B use dictionary process where if is set A then filter B to A value and in column (A) I can pick Value then >> in column (B) points I can pick more than 1 value . so I can have: (A) >> (B) A >> a,b,c,z B >> a,z,dd,x C >> a D >> a,b and now in sub process I would like to split this table to: A >> a A>> (...)
(...) ry using this, and the function gave back an empty string in 2022 the behaviour changed to giving back NULL value in 2023. At least that is my impression. This might be connected to the seperate ID columns and a change in the underlying DB function. I think that it even behaves differently when trying to get ID from wfelementdetails and wfelements tables. (specific ID field in wfelements, no specific I (...)
(...) we could also define the display mode of a report for a chart. This display mode would be applied to the detail level of the chart. This would allow us to get a better overview even if the number of columns is limited. Best regards, Daniel
(...) 2024.1.1.161 after finding changelog notice, that some problems with vacations report were repaired. Our config: We use a data source with SQL view with past vacations, and all type of data in columns are correct: VAC_UserID VAC_From VAC_To VAC_VACTypeID SQL: select * from [V_Urlopy_Historia] After some tests we've done: After manually entering the sql query on TEST SERVER (2024.1.1 (...)
(...) 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 - i (...)
(...) Hello, It seems that row coloring in report views does not work for calculated columns . When I open configuration for row coloring and choose one of the calculated columns , the operator field becomes inactive and sais . Use of calculated columns would be nice to color the whole row, not only a column value (lamp).
(...) to configure paging for the item list? Got one with > 280 rows, initiated from the SQL query. I cannot use data table to display the data only, as users need to add comment for each row in one of the columns .
(...) Hello community, We updated to the version 2025 and we miss in Reports configuration – columns – Default sorting (See picture attached). In the v. 2025 documentation is written: Additionally, you can define up to 3 levels of Default sorting by system or process columns . These settings will be visible as soon as the report is loaded. But we cannot see it.
(...) Hi, it would be nice if using a field type choice field with behavior autocomplete would not only set configured target fields in the columns of general tab in advanced configuration. When the choice field gets deleted and is empty the target field values remain instead of getting deleted too. To get them deletion one hase to create a form rule. This wouldn't be necessary any more if there would be th (...)
(...) Hi, I stumbled a while until I found the "autocomplete" field type in an item list element. I directly picked "choice field" under "choice columns " and didn't read the following entries because I knew that in normal "form field" with field type "choice field" one has to select "Autocomplete" under Settings > Behavior. Maybe it would be more intuitive to align both configuration methods in the field (...)
(...) I need a report regarding instances and some fields of their subintances. Therefor i tried to build report in the portal, which selects the 2 affected Processes. If i do so, i can not select any columns ?! If i only select 1 process the fields appear. Where is my mistake and how can i build an report with informations including subinstances? Thanks in advance Gerd
(...) I was trying to fill an item list through a Form rule (obraz_2025-05-21_133226938.png) on the 2025.2.1.42 version. The error occures on the first columns , seccond to last row, if the column is a single line text field. The mentioned field isnt filled by the rule. and I'm sad
(...) Hi, while we can create business rules which act similar to table valued / scalar functions, we can't pass the columns /data to them. The inner business rules are executed before the outer SQL command is executed. This comes in really handy in a lot of cases but also has it's limitation and will require creating repetitive code. I would suggest the following: Create a new "type" "SQL function" (...)