I want to check before inserting a row into SQL if there is an existing entry on the particular date. Date1 is a datefield value in form and Date2 is the date fetched from SQL. IF entry exist on particular date navigate to error screen .
LookUp('[dbo].[FNE_ATTENDANCE_WF_TRANS]',attendance_date=DataCardValue7.SelectedDate,attendance_date)
attendance_date --> SQL , But its not returning values
Solved! Go to Solution.
Hi @johnsonjohn,
Can you share a bit more about your issue?
Can you show me column type of attendance_date ?
The reason of this issue should be that the format of the date in the SQL does not match with the DatePick property.
Please make sure that the format of the date in the SQL is the same as which of DatePick control .
Regards,
Eason
Hi @johnsonjohn,
Can you share a bit more about your issue?
Can you show me column type of attendance_date ?
The reason of this issue should be that the format of the date in the SQL does not match with the DatePick property.
Please make sure that the format of the date in the SQL is the same as which of DatePick control .
Regards,
Eason
I explicitly converted both the dates and it's working now,
Thanks for your reply
User | Count |
---|---|
137 | |
132 | |
79 | |
75 | |
72 |
User | Count |
---|---|
210 | |
200 | |
69 | |
63 | |
54 |