WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Igor Sobolewski > Forum messages

Igor Sobolewski

User

Hello! Both resolutions work just fine, thank you very very much! Best Regards, Igor

Hello there :) I have yet another problem, regarding the form validation. I've attached the rules that I've applied. What I want to do is I want to block the occurence of choosing current day while it's after 9.00 A.M. Otherwise If the day is than Today() then the result is TRUE, which means,

Daniel, it works perfectly, I've used the wrong attribute. Sorry for the problem :) I vote this as a solution! Best regards, Igor

I did it on Business Rule :) Check this out. Is Weekend in my case is 'Czy Weekend'

And here's the code:

And this is the code.

Hi Bjoern! Maybe the problem is in the IF STATEMENT. IT only alert's me 'NOT WEEKEND' :D The rest is configured just as you stated below. Best Regards, Igor

Hello Daniel! Thank you for the fast reply. However I did all the things you've mentioned but it only alerts 'Working Day!' no matter what date I put in the form.. Does it matter if it's an Item List? Best Regards, Igor

Hi I have a question. I want to return all weekend days in SQL for my form validation. This is my SQL Code that returns these days, but only for the current month: WITH Dates AS ( SELECT CAST(DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0) AS DATE) AS DateValue UNION ALL SELEC

Than you very much! Best Regards, Igor

Hi. I have one more question, is it possible to return these dates excluding weekend days? :) Best Regards, Igor

My bad, now it works, and is simply genius, thank you so so much, now that's a solution! :) Best Regards, Igor Sobolewski

Same one :( Attached. Best Regards, Igor

I did all that, received the same info, saved and failed :(

Hello there :) I have the following error, attached. Best Regards

Hello there! I have the following error :(

Hello there :) I have a problem when trying to generate a table using the manual initialization via HTML Button. It only works when I initialize the table manually. I want to use SQL however, to automate the whole thing. I failed using many Select Statements. What would be the ideal Select s