Ask a question or have a conversation about the Thinkwise Platform
Recently active
As strange as it may sound, I have two prefilters set to on_hidden and off_hidden respectively, but when I click the not hidden prefilter, the hidden two suddenly show up. This seems to happen in the variant of a a table. The following screenshot shows how the prefilters are set: When the user goes to the right screen, they see the following:There is only one prefilter beside the search bar. But when the user clicks the prefilter the following happens:I do not know why it behaves like this, I have checked the context procedure and we do nothing in those with prefilters. And it does not have a layout procedure. What could be wrong?
I was wondering whether it is possible to visualize a scatter plot within Thinkwise cubes? If so, which chart type should I use? Furthermore, I want to be able to set up the x- and y-axis dynamically such that they are always at the average level of the value specified on the x- and y-axis (see picture below). Is this possible?
Hi,We are searching for a secure file upload solution in a customer portal (universal GUI). Has someone experience with this to have a secure file upload that no infected files or malware files are uploaded to the server? Initially, we created a process flow, mailing the file as attachment, and then reading out the mailbox, so that there is at least a check via the mail. But that takes some time and is not clear to end user why the uploaded file is not immediately visible.So we are searching for an alternative approach.Thanks in advance!
As the title states, im running a deployment in which a column should be added to the upgrade script. However it doesnt upgrade the table with the new column. This results in a failed deployment.What I did:Validate, Run full creation and smoke test my development enviroment. I made sure the column exists and works.Validate and check my Full create script in development. This contains the new column.Set the correct SF_model_infoDeployment packagerun the deployment. Added the log for reference. Thanks in advance
In my TW application I use several Crystal Reports reports.The customer sent me a new version of the report, other than the rpt file and 2 additional parameters for the stored procedure used by the report no big changes.I've replaced the original report with the new report and added the 2 new parameters.When I try to open the report from the application I keep getting: Other reports work correctly, just this one report is being naughty :) :(
For one of our customers we are trying to populate a tree view with 29800 nodes. It feels sluggish. The base query takes 1 second. How can we investigate further where delays are coming from?
Hi, Following the documentation I should be able to call this subroutine via API when the API checkbox is on. This returns 404. https://base_url/indicium/sf/app_id/ocr_result_klippaWhat am I missing?
will the till size option also become available in universal GUI?
I'm wondering with all the restrictions that the function of the previewer als portal to custom functionality will be. I was testing some external tooling to embed via the previewer. <iframe data-testid="previewer__setting-url" src="https://******/boards/1364237053117597402" sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox" class="tsf-emotion-97u7f4"></iframe> Appareantly somethings are allowed, whilst others are not. Blocked form submission to '' because the form's frame is sandboxed and the 'allow-forms' permission is not set. Is there an overview of what will work in a previewer and what not? I know I can test everything and find out, but wouldn't it be easier to share your thoughts on restrictions and allowed functions? Anyway, why are form submissions blocked? And can I unblock them?
We process different types of events, questionnaires and more. So we created different variants for that.To assign the authorization roles, we should be able to assign full rights to a webinar event, but only read access to e.g. masterclasses. Or looking at questionnaires: full access to invitations and no rights to session tests. Of course based on the menu we can limit the access to webinars / masterclasses. But giving full access to table evnt (for events, webinars, masterclasses, examinations) for webinars and read to masterclasses, the user has full access to both.So, can we get the option to grant access for a variant of a table?
The actions log remains empty, no actions are logged.What do we need to do to switch on log use actions for all users? It is hard to find information about this subject in the documentation.
Currently we are investigating if we could upgrade our platform version from 2024.1 to 2024.3 Listed as a possible breaking change is that using the Next group option in the form would add an empty space above the first visible column of that group, with the recommendation to use the Field in next column option instead: https://docs.thinkwisesoftware.com/blog/2024_2#field-in-next-column-support-for-the-universal-guiFor one of the major screens in our application it will result in undesired behaviour like this (blank space above the fields):However, when we change the option Next group to Field in next column, all fields will be reverted to the full width of the column regardless of the value of Field no. of positions further:Intended behaviour from version 2024.1:How can achieve having 2 (or more) fields next to each other per column without the column header in the 2024.3 version of the platform?
Can someone explain the behavior below?On mobile devices, hyperlinks are displayed in 2 ways. I just can't figure out why and I cannot reproduce this either. The URLs are exactly the same and are shown within a preview component. The example in the middle shows the desired behavior, where we can open the image with a hyperlink and the user can zoom the image or share it via WhatApp etc. Afterwards, this popup can be closed again with the 'Done' button.The example on the right does not work properly, because the image cannot be closed, the only option is to restart the application. What should be the right way to achieve this in a proper way? SF/UI version 2024.3 / 2024.3.10
Out situation is that we have 4 totally separate environments for each of the DTAP-environments.As we are using (also) the Windows GUI, and the fact that Thinkwise is advising to use the TWDeployer for installation, we install the Windows GUI to all 4 environments via 1 downloaded installer package.If we afterwards open for example the Windows GUI linked to the DEV-environment, and after that open the Windows GUI to the TEST-environment, we get the following message:This message ofcourse is incorrect as the installation is equal as stated before.A workaround is the install just for 1 environment, and then copy the binary's to the other 3 environments.If we do this, no ‘new version’-warning is displayed.Question is how others do this and if there is a way to follow the advised way of installation based on the Thinkwise Deployer. Thanks. best regards,Cyril
I have an API that I call to extract certain pages from a PDF. The request seems to be ok. However I get a response in form-data back and I'm stock on how to process. < HTTP/1.1 200 OK< Date: Tue, 01 Oct 2024 14:36:40 GMT< Content-Type: application/pdf< Content-Disposition: form-data; name="attachment"; filename="QUERO%20QUERO%201S24_rearranged.pdf"< Content-Length: 518605Now I fetch it with @document_data, but it needs treatment to be correct. The previewer cannot read it because probably the content-disposition header should be stripped?
I have a Crystal Report that expects 2 dates as parameters.When I run a trace on the db using an extended event I can see what query the Crystal Repost is executing:exec "VMS"."dbo"."reporting_price_and_purchasing_headerinfo_v2";1 9, 1, N'1-1-2020', N'29-8-2024'The problem seems to be in the formatting of the date which is dd-mm-yyyy while the SP expects a DATE which is yyyy-mm-ddWhen I run the CR report manually and enter 2020-01-01 and 2024-08-28 as dates the trace shows:EXEC "VMS"."dbo"."reporting_price_and_purchasing_headerinfo_v2";1 9, 1, N'2020-01-01', N'2024-08-29'And the report shows the correct data.But how can I force the date picker in my Thinkwise application to output the selected date as yyyy-mm-dd rather than the more human readable (on this side of the big Atlantic puddle) dd-mm-yyyy?This question is related to my previous topic but the focus shifted from debugging to fixing a specific issue.
I changed an existing HTTP connector to a web connector so we can change API key in IAM. Unfortunately there seems to be a difference in how the request body is forward. I have a generated request body that worked in the HTTP connector, type application/json In the web connector I've translated this in body type JSON and one input parameter that gets the generated body json. The API provider gives back a JSON parsing error on the web connector.
I have a public stored image https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AC.svgHow can I make the u-gui show this? IMAGE_LINK doesn't seem to work.
@Yara Visser is actively working on a project that utilizes the form list and with the latest release of the U-GUI it's workable for this project (we needed the combos). However there is one performance thing, of which I am curious on how this can be improved. The form list uses a table, in which, you define your questions and answers. Whilst answers can be of different type a layout procedure has to be used to show the correct answer typed field. This is great of small form lists, but not for form lists that can have up to a 100 questions. I saw a test example of about 50 questions, which leads to 50 layout procedures to be fired. Can't we make this smarter? A typical call is 40-50ms .. if I have 100 questions this will be 4-5s.. This is a typical scenario of multi-row execution. Can't there be just one call from U-GUI for all the relevant rows in the form list?Any ideas on this @Arie V @Erik Brink @Vincent Doppenberg
I want to create a visualisation of a spider web based on the values of multiple criteria (see picture below). Is this possible with cubes? If so, how?
Hi, how can we show our trace fields in a separate tab in the universal gui. Just like how it happens in the windows gui?
Hi, I am looking for an option to retrieve an access token for MS Graph.In the SF I have defined an OAuth server connection and I log into the SF app using a Microsoft Account.The Oauth user login process action has an output variable "Access token” but even if I'm connected with MS account, i get a redirect to log in again. Is there any option for me to use or generate an access token when i’m connected with Microsoft without having any redirectons or pop-ups and also get it for later usage? Also, the "OAuth server login connector” provides with a token that I cannot use since it does not have delegated permissions. Kind regards,Paul
I’m trying to append to an existing file via a ‘Write file connector’, however a new file with a timestamp is created.The file name in the write file connector is a relative path within the storage location.Like so:This should result in ‘\CICD_MAIN_RELEASE\9.08.4\Deploy\Install\965_Base_data.sql’. The ‘Write file connector’ looks like this: Is the write mode ‘Append file’ not working correctly?
Hello,We have the same problem as described in Max file upload vs Max request body size - Azure Application Gateway | Thinkwise Community (thinkwisesoftware.com)The topic is closed (I cannot comment anymore), but the suggested solution was never verified. We tried the solution and unfortunately it does not work.I created a ticket in TCP (#10290) and I saw the ticket got updated to status “On the backlog”.Can you provide more information on how to proceed?Best regards,Nick Janssen
We have 2 undocumented extended properties in our projects (https://docs.thinkwisesoftware.com/docs/sf/extended_properties#introduction-to-extended-properties):processflowcontext; value: TopDown (we have runtime configuration with breadth_first too) switchfilecontrolbehaviour value: trueThese properties have been added to the Software Factory in late 2016. Who can tell us a bit more about these properties? And can we delete them without consequences?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.