Export Excel, column names dissapeared
When I make an export to Excel there are no column names filled in the export file. Somebody knows what i have done wrong?
View ArticleHow to Change the OQL query to SQL query?
Hi,In my application, i am using ROUND(OD_DisplayAs,2) function to round the decimal digits to 2 in OQL query. Now I want to round off the decimal digits using SQL query. When I am using the same...
View ArticleAfter updating our project to mendix 7, we can't update to teamserver anymore
We updated our project from Mendix 6.10 to Mendix 7, made changes and added new functionality. Now we're getting an error "conflict with file Statistics.java" whenever we press Team>Update and the...
View ArticleInput Reference Selector - Validation Message Display issue
Hi,We are using "Input Reference Selector" from app store and seeing below issue.1) in case of "input reference selector" control, we could see validation feedback on pop up.2) in case of...
View ArticleMendix 7 startup issue
Hi I am facing an issue when startup up mx7, a very strange issue which i have never seen before. Any suggestions? System.AggregateException: One or more errors occurred. --->...
View ArticleCreating a custom filter in Mendix
Is it possible to display data in multiple reference selectors/dropdown boxes based on an input in a textbox.I want to do this without a microflow because it slows down the filtering proces by a lot...
View ArticleExcel Exporter Template Manager now available - testing appreciated
The Excel Exporter Template Manager is now available. This module will enable you to smiply export your Excel Export Templates to XML and afterwards import them. This way you only have to do the...
View ArticleOAuthModule on hybrid apps
Hi, I'm working on implementing OAuthModule on an app I'm working on. I have successfully implemented the OAuthModule by modifying the login.html page in the app (I added the login tables provided from...
View ArticleMendix 7 modeller issue
System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Sequence contains no matching element at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source,...
View ArticleHow to use CASE expression in OQL SELECT
I'm trying to return a conditional expression within the SELECT part of an OQL statement:SELECT (...)COUNT(ReplyUnread.Content) as RepliesUnread, CASE RepliesUnread WHEN '0' THEN 'noUnread' ELSE...
View ArticleForce Refresh from client side
Is there a way to force a refresh from the client side without using a microflow to refresh the context entity? EDIT: After looking through the mendix javascript files i found that...
View ArticleExcel export template manager doesn't exist any more in app store?
Hi guys Need to export the time consuming export templates of the export module, and I saw that conclusion made a module for it....but i could not find it any more in the app store.Anyone an...
View ArticleMendix 7 login page - Sign in on Enter/Return, so you can easily use the...
We are migrating to Mendix 7, and decided to immediately apply some of the new features, including the new sign in functionality.One thing I haven't been able to figure out yet, is how to get the...
View ArticleTransfer of funds between user Accounts
Hi..I have this application I am developing. Which has several user accounts. And each user has financial funds. For example I have one user role named "Supervisor" and another user role named...
View ArticlePublishing a REST service
Mendix 7 comes with the Call Rest Action (https://docs.mendix.com/refguide7/call-rest-action#custom-request-template) I have searched the documentation on docs.mendix.com...
View ArticleCalendar widget mx7 widget error 'no constructor found for widget'
Hi, I tried running the widget in mx v7 and got the 'No constructor found for widget' error. Could you please upgrade it as we need to use it for our project. I have used it previously and its a great...
View ArticleWhy I am not able to download the reports?
Hi,In my application, I have reports generating from dataset using report charts. Here I placed the report chart in the Dataview. And I am able to filter the reports using the dropdowns. The reports...
View ArticleKVK API How to deserialise ?
Hi,I have a problem deserialising the JSON content from the Dutch KVK Search API.I am able to GET the body info, (See below) but not able to deserialise it in my model.Can someone please give me a push...
View ArticleMx 7 Modeller Error - Reference is already used
Hi,I am creating an aobject which is a loop with in a loop in which I am creating an object adding it to list and commiting list outside it. This is very simple and have done it 1000s of times. However...
View ArticleCan we set background color for a button in runtime?
Hi,In my application, I have one action button called "Upload File". When I click on it, it allows me to select file from my system. Now, after adding a file I want to change the back-ground color or...
View Article