Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Answered

to convert query run to select query

(0) ShareShare
ReportReport
Posted on by 1,479
how can i convert query run to select query , plz guide me on this .
 
  • GirishS Profile Picture
    GirishS 27,821 Super User 2024 Season 1 on at
    to convert query run to select query
    Hi Dinesh,
     
    You can use toString method of the Query class to print the query output. It will be similar to X++ select statement where you can get idea about the joins and where conditions added.
     
    Thanks,
    Girish S.
  • Verified answer
    Martin Dráb Profile Picture
    Martin Dráb 230,934 Most Valuable Professional on at
    to convert query run to select query
    The equivalent of query ranges are conditions in the where clause. For example:
    where custTrans.TransDate <= perDate
       && (custTrans.Closed == dateNull() || custTrans.Closed > perDate)
     
     
     
     
     
  • Dineshkarlekar Profile Picture
    Dineshkarlekar 1,479 on at
    to convert query run to select query
       qbdsCustTrans.addRange(fieldNum(CustTrans, TransDate)).value(queryRange(null, perDate));
            qbdsCustTrans.addRange(fieldNum(CustTrans, Closed)).value(queryValue(dateNull()));
            qbdsCustTrans.addRange(fieldNum(CustTrans, Closed)).value(strFmt('>%1', queryValue(perDate)));
     i want to convert it into select statement , how can i get this done 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,111 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,934 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans