- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Vapsy ,
Could you please let me know how to perform dateformat function in querydef?
<queryDef schema="CSBD:MemberPhoneAudit" operation="select" distinct="true" >
<select>
<node expr="@PrimaryPhoneNumber" label="PrimaryPhoneNumber" />
<node expr="@ApplicationName" label="ApplicationName" />
<node expr="@CallTime" label="CallTime" />
<node expr="@Disposition" label="Disposition"/>
</select>
<where>
<condition expr={"@PrimaryPhoneNumber='" + a +"'"}/>
</where>
</queryDef>);
Also its adding 4 hours to my hours. Is it taking Adobe system time?
Final output I want is : 2020-07-06 11:53:51
Appreciate your reply.
Thanks,
Anil
Views
Replies
0 Likes
Total Likes