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

search results

for grid

(...) ll workflows and translations. Values are shown depending on the users browser language. It simply shows which step was left with which path, by which user, at what time. I present this in an SQL-grid in the forms where I think it will be helpful to the users. It can be very helpful even in the preview form in reports. Attached 2 screenshots with german and english browser. Please excuse the bad (...)

(...) Hi everyone, I just noticed that for some reason step names are no longer displayed in reports or data grid s using internal views. The root cause of this is that I used the REST Designer Studio. When you save a process using the REST designer studio unset translation of changed objects are saved as a blank string instead of null. This may lead to empty Step and Form Type columns in reports and other (...)

(...) ions join WFSteps on ACT_STPID = STP_ID join WorkFlows on STP_WFID = WF_ID join WFDefinitions on WF_WFDEFID = DEF_ID join WFApplications on DEF_APPID = APP_ID join WFApplicationsGroups on APP_Agrid = AGR_ID where ACT_LogExecution = 0 and ACT_IsDeleted = 0 order by AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name Even so it's tempting, you shouldn't use an SQL statement to change these. :) Best (...)

(...) . When I tried filtering on the Requestor Column on the report by Test1, it is not showing anything even though there are requests for test1. If I click on Group option on the Requestor column, a grid is being displayed for Test1 and Test2 and able see their requests. Not sure why filtering by the requestor name is not working. Is it a bug?

(...) es. When I tried filtering on the Requestor Column on the report by Test1, it is not showing anything even though there are requests for test1. If I click on Group option on the Requestor column, a grid is being displayed for Test1 and Test2 and able see their requests. Not sure why filtering by the requestor name is not working.

(...) available for Mailapproval'. In the current case I only want to send out a notification email for information, the receipient doesnt have a task in the step. So i defined a template, put fields and grid s in, and lokked at the preview. Whatever i try, if I test with an instance that is currently in a step that is avi for MailApproval, Webcon adds the available path-buttons to the end of the email. T (...)

(...) Hello, is there a possibility to use existing SOLR as Data Source? I had an idea to show users SQL grid , which would show similar items found in database, based on text typed in regular TextInput field. That lead me to Levenshtein Distance algorithm, which might be slow in SQL, but i've found that such a thing is already implemented in SOLR (https://stackoverflow.com/questions/1752301/how-to-confi (...)

(...) n": 0, "dimensions": [ { "id": 0, "type": 0 }, { "id": 0, "type": 0 } ] } ] } When I use 'Json grid ' I don't know how to add second 'dimensions' When I use 'json' they don't display list values.

(...) rm 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, to 25 (...)