Filter Issue in Mendix Reports
In my Mendix application, i have to use Reports that will have some dropdowns and date pickers to filter the data. For which I am using Report Chart component inside Report Pane along with filters and...
View ArticleMendix 7, what is sent to server on executeaction?
I am just trying to understand something. When in Mendix 7, I invoke a microflow from the client, what object/objects are sent to the server? Let's say I have an order with orderLines, and I invoke a...
View ArticleX axis values repeated in report chart widget
I have a requirement in which i need to show a count of new and closed items for each day. I executed following OQLSELECT distinct sum(case when Case_Status!='Closed' then 1 else 0 end) as...
View ArticleCan I restrict the files which are not pdf files while browsing a file to...
Hi. In my project, I am merging some files which are uploaded manually by using upload functionality. When I am trying to browse the file, I have a list files (e.g., Excel, Word, Images and Text...
View Article#015 in logs
Quite some of the rules in our server log seem to be appended with '#015'. Does anybody know what this means?It happens in two different applications and i can't find any reference of this.Example: Feb...
View ArticleOQL Query, using over and devide
Do anyone know if I can use Over() in oql query from a report. Mendix does not like over() and / ()devideSELECT dep, COUNT (*) as theCount, sum(count(*)) over() as total_cnt,...
View ArticleMendix 6.10.4 crasht when I try to open a project
Hello,My mendix moduler crashes when I try to open any project. It says: Mendix doesn't work anymore (het programma werkt niet meer). Ik heb al wat dingen geprobeerd, zoals opnieuw installeren maar het...
View ArticleShow a page microflow activity and mendix 6 documentation
Hi guys,I was going through the documentation updated 17 days ago and i was wondering how in 6.10 the modeller allows me to set pop ups as blocking and i found a discrepency in the modeller and the...
View ArticleAttribute returns "data not available" in custom template after save...
Greetings all, In one of our applications we generate a printable template after saving the entity, the only problem is that we've received complaints of the message "data not available" occasionally...
View ArticleMendix Deploy API Fails in Production
Currently we are working on programmatically updating constants and restarting our Mendix applications. The issue we have is that both setting constants and restarting works, but only for our Test and...
View ArticleCannot create package from teamserver MxCloud
When trying to create a package from the teamserver in de Mx Cloud an error occurs, see the stacktrace below. Does anyone knows what this means and what I can do?When I create a package locally from...
View ArticleMendix 6 : Database replication is slow
Hi Guys,I have upgraded my application from mendix 4 to 6 and also database replication has been upgraded.I was facing performance issues in datbase replication while fatching data in Local as well as...
View ArticleLocking record and creation of new records
Hello everyone,Is there any way to:- Lock database changes on a set of records of a certain entity- Prevent the creation of new record in a locked entity- Prevent the creation of relation to an entity...
View ArticleDeployment Error
Hi I am trying to update the app in Mendix. While doing so - i get the below error.An error occurred while deleting folder - D:\Mendix\Apps\..\Project\run\felixcache. specific error: The process cannot...
View ArticleMendix Service not starting up
Hi, In the mendix service console, i am trying to start a mendix service after successful deployment of the package. But the service shows 'starting' and is stuck there.Where can i see logs for this in...
View ArticleGet Author, Message and Time of a Revision
Hi Everyone, Using Mendix SDK, we are able to retrieve the "workingCopy" and metadata of a revision of a Project. Now we would like to find the "author" of the commit and also its message, date and...
View ArticleCreation of domain model using excel
Is it possible to create a entity by uploading a excel such that table column heading will be taken as attributes and the other rows as data ?
View ArticleHow to automatically test a Mx app with a (externally built) Cordova shell?
Hi guys, I am wondering how I could execute automatic testing for a cordova build mobile app with Mendix screens and logic (developed externally in Cordova).The Mobile app has a Cordova shell with...
View ArticleonChange in IE 11 not working
We have an application in Mx 6.10.3 in which we have an onChange microflow on the first input widget. In IE 11 this onChange is only triggered when we leave the input widget by clicking elsewhere,...
View Article