How to add label in column chart
Hello. I am using the column chart and want to add labels on top of each column. I managed to display a text string with the json attributes “text” and “textposition”, but I need to display the the...
View ArticleAnyChart JSON Issue (An error occurred in a...
Hello Everyone, I am implementing AnyChart in my mendix project using the instructions provided at the following link. https://docs.mendix.com/howto/extensibility/charts-any-usage I am following the...
View ArticleAccessing files from a drive
Hi In our project we are planning to fetch files from a server. It will be a shared folder that has files put from external system, we have to pick those files and further process them in Mendix and...
View ArticleHow to filter a drop down list using the selected value from previous field
Hi, Example: in a NewEdit page, I have two fields: Category: a drop down list from the category table Inventory item: a drop down list from inventory table. In that table there is a category field,...
View ArticleHow do I change the button on my homepage dashboard to display my new page...
How do I change the button on my homepage dashboard to display my new page NewOrdersOverview under the Academy training "Creating Engaging UX" -- > "Basic App Design" --> 3.3.2 Using Inheriting...
View ArticleMake a field value from a list page display in the new page when user presses...
in the screen below, i have a record that defines a workout activity (alias activity inventory) The workout activity can have 1 to n images The data view list works fine to show the list of images...
View ArticleSAP oData Property 'AddressComplex' is invalid (Mendix Training Module: Learn...
I keep running into Property 'AddressComplex' is invalid when trying to create or update a BusinessPartnerContact from the SAP ES5 Demo system, as suggested by the training module. I couldnt get the...
View ArticleOFTEN KILLING PORT on cmd when rerunning project - what's causing this?
Often when making a change and re-running our Mendix project locally, we will wait for the modeller to deploy (10 minutes) and almost every time we do a rerun (this does not happen on the first run...
View ArticleSet project proxy settings
Hi, is it possible to define project wide proxy settings, e.g. address and port? It’s possible for every REST function, but I can’t find a location to do it for the complete project? Regards, Ingo
View ArticleDistribute updates for your iOS app
Hi, we're trying to distribute our iOS app outside of the appstore using the Apple Developer Program for enterprises. With this method, your binary (.ipa file) will be hosted on a server, and you'll...
View ArticleManage entity data
Hi, is there a possibility to manage the data of an entity? During some tests I have created more than 900 entries and most of them are junk. Thanks and regards Ingo
View ArticleHow to trigger a microflow when clicking on a tab?
Hi guys I have a list of objects as NPE in memory and I want to sort them on a specific attribute when clicking on a specific tab. How can I reach this with less (Javascript) hacking and hurting the UI?
View ArticleHybrid app on IOS 12 (iphone x) app perfoms bad
I have the same app installed on 2 iphones, the Ipone 6 and Iphone X (IOS 12). Scrolling in the app works fine on the 6 both in the hybrid app and the browser. On the X it only works fine in the...
View ArticleFailed to load resource: the server responded with a status of 560
Hi all, I am trying to retrieve list of objects to display in the calendar widget. The microflow’s only action is a retrieve as below. This microflow is called whenever the calendar view is changed....
View ArticleSAP OData Connector - Error with "Create" Action
Dear all, I’m trying to write data back to a HANA database. Reading in Mendix from HANA works fine, but not writing back from Mendix to HANA. To do this I’m using the following microflow: Here some...
View ArticleiOS Offline app after synchronisation: Unable to find objects for guids
We encounter a problem on iOs with an offline app after synchronisation. The android devices do not throw this kind of error. We get the following error message using modeller 7.24, runtime 7.23.4:...
View ArticleCalculate values of attributes
Hello, I would like to calculate the certain values for attibutes. The problem is that while using a microflow i'm unable to reach the correct values. We have the following domain model: I would like...
View ArticleAutonumber attribute always 0
Hi, I have an application with an entity that uses a Autonumber attribute. Running the application locally everything looks good, but on the production server the attribute is always set to 0 (the...
View ArticlePerformance and Security in MultiTenant
I want to create a MultiTenantApp. I use this Modul https://appstore.home.mendix.com/link/app/80498/. this works :) I want to inoculate my Request entity with the Tenant. I use a EvenHandler. This...
View Article