I’m trying to figure out how to render a tab based on some tricky criteria. We have a tab that normally renders for “Yesterday’s Transactions”, which is pretty easy since I can just see whether rows are present in a model that is defined by “Transaction date = Yesterday”. What’s tough is dealing with weekends. We never have transactions on Saturday or Sunday, so on Mondays I need a tab that shows the previous Friday’s transactions. There doesn’t seem to be an option for “Transaction date = n Days Ago” so I’m not sure how to build a model based on this. “Transaction Date = last 3 days” would work, but I’d need to be able to hide the tab for every day except Monday. Any help or ideas would be appreciated. Thanks.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.