Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have qvw with macro which will send data to user email automatically. All is fine. The qvw contains two variables
VStartDate and vEndDate.
The data used to send every Monday before 12pm to user email. The completed week data will send. I,e Suppose today is Monday. so, the variables VStartDate and vEndDate contains
VStartDate=21/04/2014 and vEndDate= 25/04/2014. Like this I will manually selecting variables values every week.
My question is, Is there any solution that variables set automatic. I,e without my interference the variable should take before weeks dates. why I am asking is I don't want to miss the data any case in my absence.
Can anyone please suggest me this?
Thanks.
Thanks. Still I can not able to get last weeks instead showing all.
I think that you will need to reset your application back to its original state and try the same procedure over again
Sorry did the same but still same
Let's see ....
So you have to send the file on Monday only so you need to verify that today is Monday and only then send the file.
I believe that you will probably need some other form of chck to see if it is Monday as you do not need to send anything on any other days of the week.
I think it is also a mistake to call the variables the same ....
Set vStartDateScript and vEndDateScript in your script and change:
vStartDate OnChange as ='>='&vStartDateScript & '<=' & vEndDateScript ...... and the same change for vEndDate as I think that they are overwriting each other when they update.
Thanks. What is vStartDateScript means? and vStartEndScript means?
These ones:
vStartDateScript = WeekStart(Date(Today()-1)
vEndDateScript = WeekEnd(Date(Today()-1)
Sorry
Thanks. Still same showing all weeks data. Is there any solution to set this. Please help me as I am struggling with this.![]()
your problem is when you clear the selection you also clear your variables. you can for example set the date for you variables in an action before you call the macro. or on the action anyselectionchanged.
Thanks. How to set this any example please?
when and how do you call your macro??