Sorting date column having different format
Hi, I have a datagrid 1 having a trx date column. This trx date shall be presented in 2 ways: either month or day precision according to the status of the transaction. However the grid shall be...
View ArticleMENDIX 7 deprecation
Hello Any idea on when mendix will deprecate v7.XXX? Many thanks in advance Best regards
View ArticleHow to import images from excel ?
Hi Team, I need to import one excel file in which one column contains images. what needs to be done to implement this? Thanks in adv
View ArticleUse for $currentDeviceType to show different homepages
Hello, I want to use $currentDeviceType to show different homepages on Tablet/Phone, but this variable always shows “Desktop”, even if i log in on a Ipad/Iphone. I have already configured the “Phone...
View ArticleJavaScript function in global scope (window) - which options do I have?
Hi all, I have external content embedded in the Mendix application (an embedded widget if you will). This embedded widget has it's own events like (onReady, onSubmit, onClose), the callback functions...
View ArticleHow to get selected(multiple) row/data information info outside Datagrid
Hello Everyone, I am using one data grid with multiple selection. Our requirement is, we defined one button outside data grid. Once user click that button, I would like to get those selected multiple...
View ArticleLower keyword is not working in studio pro 9.6.11, but its working in studio...
I tried getting all the data with oql query: Select lower(SampleType) FROM MyFirstModule.SampleType. and this query throws an error (null,LOWER,List( sample_type)) (of class scala.Tuple3). Thanks in...
View ArticleFiltering the data by particular object.
I am having a scenario where in the fusion charts I am displaying a chart of different Projects and its data where upon the click of the particular project the data needs to be shown in a popup...
View ArticleHow do I pass a input string from UI to a parameterized query to my database
Hi, I’m fairly new to Mendix. I’m trying to pass a input string from UI and pass it to parameterized query to my mssql query using a microflow. But I struggle to find any documentation on the same on...
View ArticleIDP Configuration SAM
Hi Expert, I am trying to configure IDP based on IDP recieved from the client and I am getting error like ‘Unable to validate the SAML message!’ When I rechecked the documentation and tries to...
View ArticleDeploying in clean deployment directory
Hi, Can anyone tell how to resolve the clean deployment directory error in mendix 9?.
View ArticlePage Navigation
I have a requirement to go to a specific section in a page as an on click event of a button on a different page. I wanted to know, is it possible to specify a section in page as an on click event...
View ArticleFacing issue to save data while using wizard form.
I’m using wizard form to save data into db MySQL I have created different entity to save data of form (step) one and form (step) two. When I switch from one step to second data of form one saved but...
View ArticleCaught IOException while trying to write data to a client connection: null
Hi All, We have our application deployed on On-promise server with Mendix Service Console. Receiving the below error often, Stack trace: Caught IOException while trying to write data to a client...
View Articlelocalhost didn’t send any data Error hen trying to view the App
I tried to run an blank app locally. While Running I don’t see any errors. But when I try to view the app by clicking on responsive web it is giving error like localhost didn’t send any data. My...
View ArticleCan't run 2 instances of Mendix Studio Pro?
Using 9.12.4, i am not able to run two apps on my local machine anymore. No matter what port settings i do, the second app starting always says the port is already in use. In the first instance of...
View Articleuse microflow to calculate attribute
I set up an attribute and its value is calculated. I will use a microflow to do the calculation. But I cannot find it in the member of change object. Do anybody know the reason? Thanks a lot in...
View ArticleLimit and Offset for List
Hi everyone, I have a list that is already retrieved. I would like to give a limit and offset for the list retrieved without using custom in the retrieved activity. Is it possible, if yes please...
View ArticleHow to write xpath to fetch data from association
Hello everyone, I want your help. I have a two entity department and skill. They both share one to many association. And skill entity has m to m relationship with administration.Account entity and...
View Article