Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoThere is a way to do this. Make a duplicate copy of your report and suffix the name with (b-weekly Subscription version).
Make a new field called [This is an even week#]
with a formula of
REM(WeekOfYear(Today()),2)=0
That formula will return true on even weeks of the year.
Add that condition to be true to your subscription report. The effect will be that the report will be blank every second week. Use this in your subscription. You probably want to include a warning in the description that this report will be blank on weeks of the year which are odd. That is why you want to have a separate subscription version. Note that if he user goes back to look at an old email and they are in an odd week that the report will be blank.
https://login.quickbase.com/db/6ewwzuuj?a=dr&r=gn&rl=3y3
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Make a new field called [This is an even week#]
with a formula of
REM(WeekOfYear(Today()),2)=0
That formula will return true on even weeks of the year.
Add that condition to be true to your subscription report. The effect will be that the report will be blank every second week. Use this in your subscription. You probably want to include a warning in the description that this report will be blank on weeks of the year which are odd. That is why you want to have a separate subscription version. Note that if he user goes back to look at an old email and they are in an odd week that the report will be blank.
https://login.quickbase.com/db/6ewwzuuj?a=dr&r=gn&rl=3y3
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------