Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
We have to create detailed grid so how can we bind multiple values in that ?
EDIT: The order of the fields in the can be changed in Subjects-->Components-->Form. As commented by Henri Timmermans Topic can be closed/changed to question. Then his answer as Best Answer. ---Original Currently I don't think it's possible to change the order of the field in the 'Update' screen. It is possible that fields are ordered almost randomly. It doesn't use the List order so for an user it's very confusing. Here an example of a confusing order. I would like to be able to order this Update screen or at least it to be equal to the List.
When printing a report using the reporting service there's a parameter for the number of copies to print. I'm missing a parameter to select the paper source (tray). I want to print some document on blanc paper and others on letterhead paper on the same printer. Is there a way to do this? Thanks Eric
When you have an information panel on your screen the reload of this information panel makes all tasks disappear from the tasks/reports bar, probably due to the row loosing it's focus. Is there a way to prevent this from happening without creating a process flow to retain the focus?
I am trying to use FILESTREAM for saving documents in the database. I have a table containing these columns: The domains are defined as folows: When I insert a document using T-SQL in SQL Mangement Studio in the GUI I see the documents as expected and can also open them using the lookup button. When I try to upload a new document I get the folowing error message: This makes sense because the filestream_id is inserted with a null value, running the same command in SQL management studio without the field filestream_id and the null value works because the field has a default value (newsequentialid()). What should I change to make the GUI surpress the filestream_id field?
I have a problem with performance. The thing is there is a huge insert trigger which does all kinds of things when inserting an order. The insert trigger also inserts in a lot of other tables, causing a lot of insert triggers to go off. The strange thing is. The first time I insert something, the performance is just awful. The 2nd time I insert in the table, the performance is way better. I bet this has something to do with the SQL server caching stuff. An example is inserting an order based on a huge calculation took 13 seconds. The second time i did this it only took 2.8 seconds. We know this big 'trigger party' is a problem, but this is the way it works; the 3 seconds is acceptable, but 13 is not! I'd love to know if there's a way to see what is increasing this performance this much (like a cache) and is there a way to always achieve this? Like force caching stuff? Who can help me with this issue?
I created a new project, generated it, executed it. I want to start the application but keep getting this error: Invalid object name 'project_vrs'. I am using the SF, not IAM. Help is appreciated, since I have no clue...
Right now you can make cool lookups which works with the 'Suggestion contains" control working as follow: The thing I'm looking for right now is to achieve the same thing in the combined filter of that table, if you hit the lookup, but when i look search for "4022 635 9" in the combined filter, it will search as: code:where (((((t1.[artikel_en_oms] like '%4022%'))) and (((t1.[artikel_en_oms] like '%635%'))) and (((t1.[artikel_en_oms] like '%9%'))))) I want to achieve: code:where (((((t1.[artikel_en_oms] like '%4022 635 9%'))) Changing the filter condition in subjects -> data -> filter does not work. Is there a way to achieve this?
Hi! I have a screen, and it looks like this one below. As you see, I have 2 taskbars on the same screen. What I'm attempting to do here is to activate a detail tab (via a processflow) by allowing a user to click on a huge button on the bottom right of the screen, while keeping most of the tasks on the left side of the screen . My first attempt to solve this was via a dummy task which would direct the user to the detail tab. That's where I found myself building this screentype, trying to place 9 out of 10 of my table tasks on the left and one huge one on the bottom right. If you have tried this before, you know that it doesn't work that way and now all of the 10 table tasks are in both places 😅 A couple of solutions I've already tried to achieve my separated tasks objective: 1 . Adding the task as a detail tile. This doesn't work because I can only add table references to the detail tiles, and not task references (like we can in an actual tile menu). 2 . Adding a dummy vi
First I created a control procedure with a parameter. Then I filled in a default value for the parameter in the task parameter tab. However the produced SQL code that actually creates the procedure does not set this default value on the database. Is this the correct behavior? The generated code in the software factory includes this part: code:create procedure task_procedure_name( @from_date date)asbegin However I would expect something like this: code:create procedure task_procedure_name( @from_date date = '1970-01-01')asbegin My goal is to create a procedure which includes a parameter with a default value which I can override if necessary when calling the procedure using the execute command. Can this be accomplished?
I am trying to use the http-connector to connect to a website/webshop (http://webshop.coffeefresh.nl). The http connector is returning error code -1. When I do the same request to http://bol.com for instance I receive status code 0 / http 200 OK. I can reach the URL without any problems using a browser or insomnia. Just not with the http connector. What can be the cause of the -1 error code, or, where do I look for the problem?
What causes this error message during startup? Stored procedure 'proc_application_startup' generated an error while deriving the parameters. Information: Parameter 0 - project_id (project_id): An SqlParameter with ParameterName '@project_id' is not contained by this SqlParameterCollection. Parameter 1 - message (message): An SqlParameter with ParameterName '@message' is not contained by this SqlParameterCollection.
I tried to not show database details to end users in the production environment by adding the extended property 'ShowLoginInfo' with a value 'No' to a Runtime Configuration called 'PROD'. In the INI file the setting 'Configuration' with value 'PROD' was also added. Finally it did not work in the Windows GUI. Any ideas, how to solve this?
For developent purposes I like to run the WebGUI over SF. Is it still possible in SF version 2019.1? Are any additional settings needed, compared to 2018.3? Following message appears:
We created a report in Crystal Reports which we want to export to xlsx format and not to xls format. Is this possible? We want to do this because after generating several Excel files using the Thinkwise reporting Service we want to combine them as separate worksheets in one excel file. The component we use for this needs to have xlsx and not xls.
The grid property 'Fields Locked' seems to be ignored in case column groups exist in a grid. Is this a bug or desired behavior?
I know that with the Web GUI we have pages in Lists, capping the amount of rows you see to a certain amount. Now I'm trying to do that too in the Windows GUI for the project I'm working on because we sometimes have a huge list of maybe above 6000 rows. In the Software Factory we can set a limit to how many rows are displayed, and even the page sizes. But it looks like the page size doesn't work for the Windows GUI. How can I introduce list pages in the Windows GUI or is this not possible and can we only set a maximum?
We're still on 2018.2. When i rename a Template, which has been assigned AND has parameters in the assignment, the rename task fails, because it has related parameters. Apparently the task is not working with these. Is this fixed yet in a later version of the SF?
We generate XML files in our system. These files currently can be approached by using a task. We have chosen for a task because we want to log all persons approaching the XML. In this task we see the file name and the option to download this file. After pressing the green download button we have to exit the task by pressing 'uitvoeren'. Is it possible to start the downloading of the document the path is referring to automatically instead of pressing the green download button after we opened the task?
As some of you may have already noticed by looking at the Thinkwise products in TCP, we have recently decided to split Indicium up into two separate products. In this blog post I will give a short explanation of our reasoning and what this change means for you. Why did we split Indicium up into two products? The new Indicium product in TCP is called Indicium Universal. The name already implies that this version of Indicium is meant for our new Universal GUI, which is currently in development. The reason that the Universal GUI requires a different version of Indicium than our existing GUIs has to do with the new three-tier architecture that we envision and our goals regarding security and scalability. We do not want to compromise on our goals and ambitions for the next generation of the Thinkwise suite for the sake of keeping Indicium compatible with both the Universal GUI and our existing GUIs. At the same time, we also do not want to waste valuable development time on conceivin
What are the conditions under which the buttons in the remote folder control are available? In my case I have the exact same rights in two different folders, however in one of two folders the remote folder control will let me use the buttons and in one folder it doesn't. I can use the functionality if I first move the folder with the move folder connector in a process flow and then open the location using the remote folder control. Still, the rights are completely the same.
For a process flow which processes both POST and PUT api calls it is necessary to use a variable for the HTTP method. However the HTTP connector produces this error: The process action with id 'http_connector' was provided with the invalid value 'POST' for its 'Http method' parameter. What are the correct values for PUT and POST in case a variable is used?
In our current Graphical User Interface it is not possible to configure task, report and prefilter bars. Meaning that either all objects within the bar are being displayed or non at all. I have been told, that there is an extender, which allow you to configure these bars. I was wondering if the option to configure bars will be introduced within the Universal Graphical User Interface? Instead of having to set up an extender outside the Software Factory.
I want to show a cube and graph for an editable cube, to be able to show the details (tab) of the selected cel in the cube. Is this possible?
A customer has migrated to Windows Server 2016 (64 bit) and now our reports (Crystal Reports) don't start anymore. The error message is: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception The Thinkwise applicatie that the customer is working with has been developed with TSF 2017.1. The version Windows GUI is 2018.1.17. The SAP Crystal Reports runtime engine for .NET framework (64 bit) is 13.0.13.1597. I have two questions: 1. What causes this error? 2. What determines which version of the SAP Crystal Reports runtime enige I should install? Could anyone help me out here?
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.