(...) to find objects by several properties at a time (in my case: area, price, number of rooms, etc), as the list allows only for a simple search. However, reports do great job and allow all the necessary filtering and grouping. Using a report would be a perfect start for a sales transaction. I was working on a solution to allow salesmen browse through a report of items and adding them directly to transacti (...)
(...) .15 - Not Found HTTP Error 404.15 - Not Found The request filtering module is configured to deny a request where the query string is too long. Most likely causes: Request filtering is configured on the Web se (...)
(...) users from the active directory. To support a simple configuration of the AD group names process constants are used to define the group name. 3.1) SQL query for the first user assignment Here no filtering is required except the appropriate AD groups: SELECT users.COS_BpsID FROM [dbo].[CacheOrganizationStructure] as Users join [dbo].CacheOrganizationStructureGroupRelations as groupMembers on users. (...)
(...) Hi all! I am wondering if there is a way to filter a view with Webcon REST API. So instead of getting all view rows on my client and filtering the result with C# and LINQ, there should be a better option than that. ODATA does not seem to be implemented yet. Maybe I overlooked something or is it planned to add ODATA or some other filtering options to REST API? Thanks a lot in advance & best r (...)
(...) Hi, In the 2017 version of WEBCON there was a filter web-part, which would filter all the reports on the page. Is this something that could be implemented in a future release to help with filtering multiple reports quickly on a dashboard? kind regards, Dean
(...) it does not work. Any ideas how to do it properly? 3153 I have a field "Project Code", text type in Webcon, and "Project Code" text type in SharePoint. filtering using this, does not work. 3153 in above example is a project code that I tried passing manually or through Form field value, no luck. I either get an error or nothing gets deleted
(...) Hi, I have an item list with a "date" column. I figured out that filtering (or even showing it in a customized date format in a data table) is tricky as the daty type of the column is actually nvarchar(1000). What I want to reach is to filter the data table based on a "date picker" field, but I don't manage to. Kind regards, Klaus
(...) onary. After configuring these, the user created the corresponding datasources for them. They created a new process where they associated the dictionary/process with choicefield-type fields. For data filtering , they used the fields from the datasources as filters. Another user attempted the same thing but encountered problems. I should note that this user was recently created. They created an applica (...)
(...) Hi, how to set a filter in the data source for a data table so that search-filtering by date works. The usual filtering according to the scheme does not work: 1. "some date (iso or browser settings)" = "field in the data table with a date" (like attachment) 2. "some date (iso or browser settings)" like "field in the data table with a date"
(...) Is it possible to filter by a column with a multi-line text field in reports? There is no filtering option in the context menu. How to improve it?
(...) have a compact view or something of element from right side of the page. More details about element. 2. When I have report got in html element in dashboard with rest api, I can change sorting or filtering in report (Reports section in Webcon) and when I go to the dasboard i can see changes that were made in Webcon Report. Is is possible that I will make changes in report with Rest API or in another wa (...)
(...) ns do link to the elements and history events can't. Am I the only one thinking that this is inconsistent and illogical? Why can't I decide what elements should be displayed in both groups simply by filtering the data sources values?? And why does my old vacation process allow me to display future elements listed in "vacation history" data source on the vacation chart?
(...) emove the artificially applied filter of the vacation chart generating engine. The user should decide what dates spread the want in each of therse groups (history and plans) by forming an appropriate filtering the the sql query. The vacation chart can be used for several other applications than just vacation. The currently applied filtering restricts these uses, really.
(...) available 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?
(...) Hi everyone, I’ve been working with the Webcon API, but I've found that the standard API functionality is not sufficient for all my needs (mainly for filtering items and searching). However, I came across the possibility of using the OData standard in Webcon, which seems like a promising alternative. I recently read a post on the community forum about OData support in Webcon, which you can find here: ht (...)
(...) TML field to be displayed in Reports (interface). My html field contains some info that is visible in some Steps based on a business rule. And now i might need this info to be visible in reports (for filtering ) and export to excel. Or do i have to create another field (single line of text)? thanks