Hi Team, How to make a rounded sharp edge in the column chart like below image.
↧
How to make a rounded sharp edges in column chart
↧
File Dropper widget - How to resolve error coming while doc upload
I have newly configured File Dropper widget. My Plain domain model is: - 1. MyAppEmailAttachment: - Generalized with EmailTemplate.Attachment entity and has *-1 association with MyAppEmail entity. Provided Read/Write access with New Object create & delete under entity Access Rule. 2. MyAppEmail entity:- Generalized with EmailTemplate.Email entity. Provided Read/Write access with New Object create & delete under entity Access Rule. I have only configured File Dropper widget with Entity & Attribute under Data tab. rest other tabs are default. While uploading files (even single too) getting error as below. After that removed all the provided default restrictions of widget under Restriction tab. still getting same error. Please suggest me if anything I am missing in configuration.
↧
↧
user had done some transaction i want that traction to be visible for admin
admin can login and has option to select shops once enter into the shop admin must be able to view users filled pages right now only user is able to view only his transaction but admin is unable to see user transaction on the datagrid2 here xpath is working only for users not for admin I want admin to view the work done my user how can i give xpath so that user and admin will be able to view
↧
Base64 Decode to Image Activity is not working?
Hello everyone, Within our Native Mobile app, we utilize a custom widget that provides a base64 string representing an image. While attempting to convert this string back to an image within a nanoflow, I encountered an error stating "malformed base64". Interestingly, the same base64 string can be successfully decoded back to an image on websites. Is there something I'm missing or doing incorrectly? Below mentioned is a nanoflow activity available in native file document module. Code : which that action contained // This file was generated by Mendix Studio Pro. // // WARNING: Only the following code will be retained when actions are regenerated: // - the import list // - the code between BEGIN USER CODE and END USER CODE // - the code between BEGIN EXTRA CODE and END EXTRA CODE // Other code you write will be lost the next time you deploy the project. import "mx-global"; import { Big } from "big.js"; import { Base64 } from 'js-base64'; // BEGIN EXTRA CODE // END EXTRA CODE /** * @param {string} base64 * @param {MxObject} image * @returns {Promise.} */ export async function Base64DecodeToImage(base64, image) { // BEGIN USER CODE if (!base64) { throw new Error("base64 String should not be empty"); } if (!image) { throw new Error("image should not be null"); } const blob = new Blob([Base64.toUint8Array(base64)], { type: "image/png" }); return new Promise((resolve, reject) => { mx.data.saveDocument(image.getGuid(), "camera image", {}, blob, () => resolve(true), reject); }); // END USER CODE }
↧
Creating a form with attributes from two entities
I have two entities that have are associated, I am trying to create a form page to collect information for both entities, is there a way to do this. For example: The first entity contains two attributes, Name and Email Address, both string. The second entity contains Job Title which is a string. I created a Master Details page with the first entity as the data source and add a Job Title column, through the association I created. I then generated a new page (by right clicking on the new button), I added a Data View and set the data source to the second entity. When I load the page, I can see the the Label for the Job Title but I can not access the text box for it. Is there a reason that this is not working or is there another way around it?
↧
↧
V10.10.0 New expression editor jumps always to the end of the text
In 10.10.0 Expression Editor issue: When typing in a new Character in the middle of a text it jumps always at the end of the text. Actually it's unusable to type in more than 2 characters in a row when try to change something in the middle of an expression. This never happened in the versions <10.10 Any ideas to solve that ?
↧
Why can't I see my custom font in make it native?
I've followed all the steps according to the documentation of Mendix itself (https://docs.mendix.com/howto8/mobile/native-custom-fonts/#fonts-nbui). I've added a font family using the mendix native mobile builder. Added the font family in a js file and imported it to a text style. But when I open the app in make it native 10 it doesn't show the font I specify. Does this not work in make it native?
↧
Sort order and Search cannot be changed in ListView inside other Data container
Hi there, If you add a ListView inside another data container (eg ListView), you cannot edit the sort order or search on. Of course you could use the work around by dragging it outside of the data container, update and drag it inside again. But I was wondering: Am I overlooking an option (it seems independent of data source and editability) Does anyone know why it is not allowed? Thank you! Micha Friede
↧
Email connector
unable to configure outlook account, getting below error 535 5.7.3 Authentication unsuccessful [TYAPR04CA0012.apcprd04.prod.outlook.com 2024-05-28T10:57:41.831Z 08DC7E81966999CC] in co Any guidace would be very helpful in configuration.
↧
↧
removing duplicate excel from 2 different entities
hello, Suppose that I have three entities, two have already data that came from two excel files from two different entities. need to remove dupliacted rows and unique need to add in entity 3 below i written logic logic not working can anyone help on this thanks
↧
How to enable multi-select using Data Grid 2?
Hi, I’ve just downloaded mendix 9.24, and a feature I was really looking forward to is the feature of selecting items in the Data Grid 2 just like the default Data Grid. But after some time searching trought the properties I couldn’t find it, something was said about the selection helper widget that I didn’t find on the marketplace, but I found a github project (GitHub - tieniber/SelectionHelper: A Mendix widget to help you pre-select an item from a list) with a similar name an purpose, downloaded it, but it gave me this error: Error,CE6508,Version '1.0' of the 'SelectionHelper' widget is not compatible with this Mendix version. Update the widget with the latest version from the Marketplace using App > Tools > Update Widgets menu.,SelectionHelper 'selectionHelper1',Page 'Home_Web',MyFirstModule I tried the steps that it gave me but to no avail. How can I activate the multi-select feature?
↧
Retrieving a list of many-to-many associated objects in an optimized way
I have two database entities like A <*----* B. Relationship between A & B is many-to-many, and objects in B refer to objects in A. Now, I have a list of A objects, I need to retrieve objects of B that are associated with objects of A in the list. I have tried using the retrieval in loop, but it is not performant, as the list of A objects may contain 2000 to 3000 objects. How to write an optimized XPath/OQL query for this?
↧
calculate field automatically
Hello, I want to automatically calculate my TotalDays data, I have two data, StartDate and EndDate, and once my StartDate and EndDate data have been selected, I want that field to be filled in automatically.
↧
↧
I hava vocuher activated on 29 -April-2025 when will give exam date
I hava vocuher activated on 29 -April-2025 when will give exam date
↧
Images are lost after logout and login again in PWA application
In PWA application, when I add photo and log out from application and login again, I am not able to see the images that were added previously. Images are being committed in database and they are even getting fetched in nanoflow but somehow the content of it is getting lost ('hasContent' Boolean comes as false) while the image is still there in database. What could be the possible solution for this? Thanks in advanced!
↧
Graph hover is showcasing in the correct way
Hi Team, Graph hover is not showcasing in the correct way. When we move the curser on the Bar graph the hover is not showing the information at correct place. Please refer below diagram when i hover at Jul -24 it showing the data for the Jun 24 (59.7) Is there any way to fix this issue when we hover at the correct place it shows the information for that place only.
↧
Rebase or merge commit after APP version upgrade?
Hi all, I'm currently using Mendix Studio Pro 10.8.1. The app was previously on version 10.6.1 and was recently upgraded to the newest version. The Git version I'm using is 2.44, which supports rebase. I've attempted multiple times to commit my changes using rebase and merge, but I've encountered the following issues: Rebase Begins with the git exception Then following message appears and even if click on "continue" nothing changes Mendix regonizes that the app was converted, but no conflict resolution is avaliable Merge I'm getting a long list of conflicts since the app was converted to a higher version In the earlier version of Git, everything worked well with just a click on 'commit'. However, the Mendix documentation does not cover app upgrades. I would appreciate any advice. Thank you!
↧
↧
Mapping ONNX Model
Hello everyone, I am encountering an issue while mapping an ONNX model that tests the similarity between two inputs. The inputs are tokenized texts and should be arrays of float numbers with a size of (1x70). However, Mendix considers them as strings. Could you please advise on how to resolve this problem? Thank you.
↧
How to insert values in associative entities?
For example: there is two entities which is in association and I want to insert values in both at same time and want to show that combined information in data grid or list but When I am trying to do it then associative entity's attribute are not editable . I got from some communities post that I have to use microflow but how to do that ? Although I created some microflows but what will be the approach from scratch to create that microflow?
↧
How to give an x-path for the countries related with continents
Hi Team, My requirement is I have two columns first column is continents we need to give dropdown for that and the 2nd column is related with the first column. for example my continents are America, Asia and my countries are canada, colombia, Indonesia and vietnam so If i click the first column dropdown that is America in the second column dropdown it need to show only countries related to the selected continent America only. for this I am trying to give X-path in the second column but not able to give properly. So please help me for this. I am attaching the document related to my requirement. Thanks & Regards, Sruthi M
↧