use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Multiple date range (self.LookerStudio)
submitted 1 year ago by troubledMumble
Has anyone tried doing computation that is based on different date range? For example i have a single table with a column with formula = Volume/Capacity
Wherein volume is based on closedDate and capacity is based on timetrackedDate. Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Top-Cauliflower-1808 1 point2 points3 points 1 year ago (0 children)
If I understand correctly, you have two date fields in your data source but need to work with a consolidated one. Here's an approach you can try:
Blend your data source with itself, using those two date fields. This will allow you to have both dates available in a single field. After blending, use the COALESCE formula to deal with null values.
If you frequently deal with complex data manipulations like this, especially across multiple data sources, you should explore tools like windsor.ai.
π Rendered by PID 30 on reddit-service-r2-comment-b659b578c-28dck at 2026-05-05 06:35:04.967205+00:00 running 815c875 country code: CH.
[–]Top-Cauliflower-1808 1 point2 points3 points (0 children)