Hello, I’m trying to export currency attributes to excel by using excel exporter, but I can’t show group digits. It seems that there are no property to set group digits in Styles on template setting. I know “Export to Excel” button on Data grid can show group digit on Excel depending on shown data there. However, how can I show decimal attribute as currency with group digits in case using excel exporter? Thanks.
↧
Styling Group digits on Excel exporter templete
↧
Where is the upload file be stored?
Dear, When upload a file with entity extends from System.FileDocument. where the file will be store. In database, there is table system$filedocument which has a content column with type Blob. It will store the file binary into this column? If many file upload, this would be a problem to dababase. How to save upload file to file systems? because i also notice there is a upload file path after deployment.
↧
↧
How to read data from DB2 table and write same data into a SQL Server table
Hi have built an application which uses SQL server as its domain model database. I have a requirement where I need to pull data from DB2 and use that data to insert into a table is MS Sql server. I read about the Database replication module but it cannot connect to DB2 database. Any suggestion on how to achieve this?
↧
MindSphere app hosted locally (pump asset example)
Dear all I am trying to follow the following path: https://docs.mendix.com/partners/siemens/mindsphere-example-app#:~:text=You%20can%20write%20Mendix%20apps,for%20a%20new%20Mendix%20app. However, when I want to run the app locally, I get asked for application credentials. In the mindsphere developer cockpit I issued credentials for the app that I build in mendix. However when entering these credentials with a local run, results in the following message: Unable to fetch Application Credentials. Response Code: 401. ErrorType: com.mendix.modules.microflowengine.MicroflowException Message: 401: at MindSphereSingleSignOn.ACT_ApplicationCredentials (CallRest : 'Call REST (POST)') Advanced stacktrace: Any clue about what is going wrong? Thanks in advance. Kevin
↧
Hyperlink in Datatable
Hi, so I have a table and I want to create a link, so that when someone clicks on the name of a person/object it opens a popup or a new page whatever, where additional data is presented. How could I do this?
↧
↧
Editing Excel
Hello Experts, I have a requirement , on click of a button I need to retrieve the excel file(template) from the server , edit some cells with a value and download the same the file to local machine. I’m missing documents regarding this , is it possible to achieve this ? Do you have any suggestions for better approach ? Thanks a lot in advance
↧
Google map widget
Hi, Where i need to add start point (source)and end point(Destination) in the google map widget could you please suggest me?
↧
Page Navigation Tree
Hi all, I have a requirement where in navigation I need to have a parent page and have multiple child pages that pop when clicked on the parent page navigation. and when I click on the parent node on navigation it should direct me to the parent page. I want the navigation tree to be on the left side where I could navigate to the parent or child pages. Any Idea of how to achieve this. Thanks in Advance.
↧
Static markers stretched / distorted on maps
Hi everyone, I’m currently facing an issue regarding the use of “static image” as location markers on the build in map widget. When choosing a static image, the image gets distorted on the map. The default markers ratio on the other hand is not affected from this behavior. Hopefully the attached image shows my issue well. So far I tried resizing the map ratio and adding custom icons without success. I would be glad about any help or troubleshooting steps. Thank you
↧
↧
New data in datagrid
So I created a datagrid which has a database that I imported from excel, in Preview I add information and it stays there, however I know that when I will publish my app it will not hold the information made in preview. How can I make the new information stay even after publishing. I have an ADD and EDIT and DELETE button, that is how i edit my information in Preview.
↧
Error during learning path: Create an App with Advanced Page Building 3.7.2 Creating a Custom Navigation Layout
Hi all Does someone else gets the following error? I’ve restarted building the app following the learning path twice to see if the error occurs again. The errors pops up when I’m adding the snippet call to the header in creating a new layout. Any tips how to proceed?
↧
Excel Importer - Synchronize only existing objects Bug
Hi all, I have an excel importer that quite simply updates existing objects in a entity (called: Revenue). One single object of the Revenue entity points to a single object in another entity (called: Country). To uniquely identify the Revenue object I need to point to the associated Country object and to the attribute Revenue.Year . When I run this excel import I get the message “The import is finished. 0 records have been imported.”, this tells me that nothing was updated. Can you spot where the problem might exist? Here is a print screen of the excel template:
↧
Notification widget
Hi all, I created my custom app and I have used notification widget in that, when i run it on phone browser it works fine, when i deploy on the cloud and try to access via my mobile phone it throws error...
↧
↧
Values from microflow are coming as private properties of an object in javascript (Symbol)
I have created a custom widget which uses input from a microflow. The microflow retrieves objects from database and returns it as list. This list is then send to a react custom widget. However the values are coming as private properties of an object in javascript (Symbol – Symbol(mxObject)). Is there a way to get them outside this property?
↧
Getting output from the script in database connector
Hello everyone! I'm currently trying to connect external (oracle) database in my Mendix app via database connector. Instead of executing single INSERT etc. statements i want to run PLSQL script (with input parameters). The problem is i can't get parameters out of this script. Is there any possibility in database connector i can run script that generates output with values i get dynamicly from database in one transcation? Thank you
↧
404 - file not found for file: mxclientsystem/mxui/mxui.js.map
is this anyting to worry about? thanks and just installed 13.1.1 and now getting and happening every 5 seconds instead of 2 or 3 times per run
↧
Export Logging
Hi all, I have two questions. Which procedure should I follow, when I deploy a Mendix Application to cloud other than Mendix cloud(such as Azure cloud)? The one below or the one for the Mendix cloud? https://docs.mendix.com/refguide/monitoring-mendix-runtime Is there any way that I can export the logging as a file or to save the logging to database?
↧
↧
Failed running Native
Does anyone know what causes this problem? I already deinstalled all mendix versions and also node.js When I press “Run Locally” in Studio Pro the responsive works fine, but for Native it finally leads into this error. I also tried to replace files form another machine where it is working. I don't know what else I can try. Mendix version 8.11.0 C:\Program Files\Mendix\8.11.0.1311\modeler\tools\node\node.exe "C:\Program Files\Mendix\8.11.0.1311\modeler\tools\node\node_modules\react-native\local-cli\cli.js" start --port "8083" --config "C:\Users\\Documents\Mendix\TrackTrace-main\deployment\native\metro.config.json" warn Failed to chmod xsel: EPERM: operation not permitted, chmod 'C:\Program Files\Mendix\8.11.0.1311\modeler\tools\node\node_modules\react-native\node_modules\@react-native-community\cli\build\commands\server\external\xsel' ┌──────────────────────────────────────────────────────────────────────────────┠│ │ │ Running Metro Bundler on port 8083. │ │ │ │ Keep Metro running while developing on any JS projects. Feel free to │ │ close this tab and run your own Metro instance if you prefer. │ │ │ │ https://github.com/facebook/react-native │ │ │ └──────────────────────────────────────────────────────────────────────────────┘ Looking for JS files in C:\Users\\Documents\Mendix\TrackTrace-main\deployment\native C:/Users//Documents/Mendix/TrackTrace-main/theme C:/Users//Documents/Mendix/TrackTrace-main/javascriptsource C:/Program Files/Mendix/8.11.0.1311/modeler/tools/node/node_modules 2020-07-27T09:35:48,905: [cli] unable to talk to your watchman on \\.\pipe\watchman-! (No such file or directory) Watchman: watchman --no-pretty get-sockname returned with exit code=1, signal=null, stderr= 2020-07-27T09:35:48,905: [cli] unable to talk to your watchman on \\.\pipe\watchman-! (No such file or directory)
↧
Control changing background color of buttons after click and switch a cursor from them
Hi all, I’m looking for the way to control the background color of buttons after I click them and switch a cursor from them. As far as I know, the buttons' background color changes from base color to same as border color after click them and switch a cursor from them. I would like to change this situation like the background color never changes from base color after click. For example…. This pic is showing my troublesome situation. I would like to make the background color back as color of before click(not red, but white). I’ve already tried by CSS, but it didn’t work at all. I would be glad about any help. Thank you
↧
Configuring rows as columns in the exported Excel template
HI Experts, I have a case where I have implemented the Excel Exporter Module in my project. However, there is an CalenderWeek attribute (KW( defined int he domain model. During export, the KW gets exported in the rows format (for different KWs). Is it possible to configure the CalenderWeek like in the below screenshot in the to be exported Excel Template? Kindly suggest. Regards Anirudh
↧