Deep Dive Into XPath - Mendix Expert Webinar

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 8

  • @sharathchandra6604
    @sharathchandra6604 Рік тому

    iam so liked this video,usually i didn't see much videos on mendix

  • @Leondras
    @Leondras Рік тому

    This was very helpful, great webinar

  • @ammadhassan152kph
    @ammadhassan152kph Рік тому

    Great its help alot please post a video in domain model and microflows

  • @joewathika4036
    @joewathika4036 2 роки тому +1

    Please make more deep dive videos! This was fantastic

  • @happie88
    @happie88 2 роки тому +1

    how to convert field that is datatype is String (unlimited) to a data type DateTime to be used in Xpath.

    • @MendixCommunity
      @MendixCommunity  2 роки тому +1

      Hiya Happ, it depends wether the XPATH is being applied in a Microflow/Nanoflow or used in the UI (On a grid for example). It's normally advised to create a temporary holder which stores the converted value to be used in the XPATH statement.
      Example for microflow/nanoflow:
      Create a date-time variable before the XPATH statement using the function ParseDateTIme to convert the string into the Date-time variable, then use the variable in your query.
      Example for UI :
      Create a Non-persistent entity to store the date time attribute, which is created/populated by a datasource microflow or nanoflow. In the flow, copy and convert the fields which will be used in your query, if your datagrid is nested within this non-persistent entity on the page, the attributes will be accessible in your Xpath Statement.

    • @happie88
      @happie88 2 роки тому

      @@MendixCommunity Thanks by the looks of it that would definitely work. But have to maintain the entity with attributes in it. So I guess I should create a generic entity to be used in this kind of scenario.
      Super many thanks! :)

  • @SankarGanesh-g3s
    @SankarGanesh-g3s Рік тому

    how to find the login user's department