اذهب الي المحتوي
أوفيسنا

الردود الموصى بها

قام بنشر

الاخوة الكرام الافاضل

السلام عليكم ورحمة الله وبركاته

كنت محتاج مساعدتكم في اكتشاف الخطا 

hany: DateSerial(Year([date_end]);Month([date_end]);1)

count_day: IIf(IsError([date_end]-[hany]+1);0;[date_end]-[hany]+1) السطر ده في حالة عدم وجود تاريخ انهاء نتيجته خطا في التقرير انا بس عايز الغي الخطا ده في التقرير ان امكن

اشكركم علي المساعدة 

قام بنشر
13 ساعات مضت, سامر محمود said:

ount_day: IIf(Is

 

13 ساعات مضت, سامر محمود said:

count_day: IIf(IsError([date_end]-[hany]+1);0;[date_end]-[hany]+1)

تفضل جرب 

count_day: IIf(IsError([date_end] - [hany] + 1), 0, [date_end] - [hany] + 1)
او

count_day: Nz([date_end] - [hany] + 1, 0)
او ارسل مرفق للتجربة

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information