Ask a question or have a conversation about the Thinkwise Platform
Recently active
Azure files as a storage type now requires a username/SAS (Shared Access Signature) token combination instead of a username/password combination. The SAS token is required for all new Azure file storage configurations. Existing configurations have not been altered. However, if you clear the username/password for an existing configuration, the password field will be hidden, and the SAS token will become mandatory. I've tried configuring this, however it constantly fails since the SAS-token instantly gets removed when I add it to the SF application in IAM.
Hi, Hope you have a great day.How to include image to be show in the email body. Now trying to use the SMTP connector, but actually after some search and testing, the images should be included as attachments and then refered by id inside the html in the email body.Note: the images we need to show is acually stored in the sql server DB, so it is in the varbinary format.I have tried to include the image as Base64 in the htmle body, but also not showing. so the qestion is how to acheive that in SF.Loosking forward to hearing from you.ThanksAli
The Full Model screen seems to be no longer available since release 2023.1.Is there any reason for this?
Hi, does someone has experience with putting a QR code for an ideal payment link on an invoice.And is this somebody willing to share his/her experience. Thanks to year from you.
Coming from a ticket out of TMS: There are a lot of additional (i.e.search order) indexes generated by the SF that are either barely used or never used at all.These indexes have to be maintained when updating, adding or deleting a record which eventually cause a performance penaltyWe have 2 questions:Why and under what circumstances are these indexes generated Are they optional and how can we set this up that they are not generated at all?If this will cause an idea, please move this post into the right section on this portal.rgds Ricky
Hi,In the Windows it is possible to change the filter condition of a filter form in the GUI for example from ‘equal to’ to ‘smaller than’ etc. In Universal this can be set in the subject, however in the GUI itself this seems to be uneditable. Is there some way the user can choose it’s own filter condition like in the Windows GUI? If not, when will this become available?Kind regards,Allard
I have a cube view that shows numeric values as a dimension (2 dec) with the number of occurences as value. In the pivot table the values are shown as 2 decimals. In the chart it shows more decimals, even when the number of decimals is determined in SQL (cast .. as numeric(11, 2)). Is there a way to change this behaviour? Is it possible to reduce the initial scale?
Hi all,I am using Azure SQL (not the managed instance!) and run in the problem of all dates being UTC. Ofcourse I want to see the dates as if they are in my timezone (UTC+1) Have any of you handled with this before? And if so what solution did you use?I'm really curious on the different approaches.
Hi. We have quite an extensive flow and I noticed that after the initial task (start flow), it sometimes tasks some seconds to get to the next step. However there is no indication in the Universal that the flow is running. Is there a way to get a visual indication that there is an active flow and the user should wait for it?
For our application we what to show actions and messages in HTML. When a message is to long we want to collapse it and give the user the possibility to unfold it manually by clicking on it (see image) and therefore we added some javascript to the HTML. I have tested this in a form and in a cardlist but it seems the script gets filtered out. Also tested this with a preview-screentype as mentioned in this topic but it seems this is not supported in Universal.Is there a way to achieve this in Universal?
Hi,I’ve created a task where a user can select and a shift_id. A process flow opens a view. In this view I want to show only records with selected date and shift_id. In the where-clause this doesn’t work for some reasons. Do I need to set [parameters]? I now open an empty view, and tinkering with the filter-settings.. but either it’s all or nothing so far. Any tips on the matter? Alexander
When selecting a control with content type ‘data’ the control in the universal GUI has a white background. This is for example not nice when viewing the GUI in dark modeGUI versie2022.2.17.0.0GUI uitgebracht op09-12-2022Platform versie2022.2
Due to performance reasons, we have created some views on top of some main tables and linked them to the original table.From the grid (view) we show in the detail screen the form of the table itself.But then the add button is disabled.For the table itself the Add options are enabled in the subject settings.Also in the layout procedure we don't manipulate the @add_button_type and it is parsed with value 0I think this is because of the 1:1 relation between the gridview and the table itself.How to enable the default Add button?
hi,We have a table that needs some (say 10+) extra fields to display in a list, mostly calculated fields, some fields from a related detail (like address, pc and city from the same record).I could make this with calculation type expression and get this data, but is this gonna give performance problems? And I need to query specific tables more than twice (address, pc, city)So another option is to switch the table into a view, and get all the wanted data in a complex view. But there I see far more problems recreating the references to other tables and all tasks referring to data in this table as it is an important source table in the solution.There must be something I overlooked or don’t know about in Thinkwise, how can I solve this properly? Any thoughts?
I've tried to configure our production environment to only use Azure AD login. Therefore I disabled the local login, however it still works. Indicium does not actually hide the button. Is there some other setting I need to change as well? https://docs.thinkwisesoftware.com/docs/2022/iam_dev/openid#disable-signing-in-with-a-local-account
I have a question regarding the (error)logs from indicium and indicium legacy. It is really easy to look into the indicium logs via the HTMLpage: However, the error logs for Legacy are not available in the same way. Is it possible for TW to create a link via the HTMLpage? (TW_att_1 and TW_att_2)Also, how can we enable the logs on the legacy server? (TW_att_3) For us it is pretty complicated to access the windows logs and only 2 people are able to access it. The most errors for us happen on Legacy, so we want to be able to see those logs easily instead of using the windows logs. Kind regards, Loes
I added the extended property ShowTitleActiveChart=Yes, to show the title in the chart. Is there a way to set the used font size (theme)? It also seems that it's not only showing the title but also the name of the application. Can we avoid this?
Hi,I have a table with multiple details and want to use auto save and auto edit in the main screen and the details. So I set auto edit and auto save on in the SF. But some strange things happend when I switch between the screens. As showed in the GIF So it looked like that the column not save if you switch to a detail.
It doesn't seem possible to subscribe to Ideas in the community portal.Could this be made available?
When using the standard Export functionality, given that Indicium is on a Linux server, I got the log error: “Unable to load shared library 'libHarfBuzzSharp' or one of its dependencies”System.DllNotFoundException: Unable to load shared library 'libHarfBuzzSharp' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibHarfBuzzSharp: cannot open shared object file: No such file or directory at HarfBuzzSharp.HarfBuzzApi.hb_buffer_create()
Hi All,Is it possible to use Common Table Expressions (CTE) in DevExpress report designer like in SSRS where you can use CTE’s in datasets ?I know you can put CTE in a view in Software Factory and use this view in DevExpress designer. I get an error (see picture).
We have two modules in our app. Both modules have a lot of Tiles in the menu.I would like to have 2 tiles, each opening a sub menu to display all tiles relevant for that module. This prevents a lot of clutter on the main screen.I’ve tried with a view with detail references, set null as the sub_menu-table_id in the template, but - as expected - it does not open the whole table, only the subtable_id of the underlying table. Any way this can be done?
Hi, We would like to embed an image in DevExpress from our Azure File Storage. DevExpress doesn't seem to like it though. It handles Blob files without a care in the world.Anybody that knows of a possible solution?Thanks!
Hi EveryoneI am looking into testtooling to automate regression tests for apps build with Thinkwise software factory. Does anyone here have experience with automating tests for Thinkwise applications and can you help me what tooling might be best compatible? We are looking into Toolchain, Cypress, Playwright and some others. Yet we are open for suggestions. I am really hoping that people have experience with Thinkwise and Test automation. Best regards, Marjolein Pordon
Where in the generation process are calculated columns generated and written to the database?This question came to me after I saw that you can modify the calculation query at Subjects. Changing a calculated column is not a GUI but DB change, right?
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.