Hopefully someone can help me figure this out. Apologies if I'm posting this in the wrong forum.
I can't get too detailed because I'm developing a table with very sensitive data, but I need to find a way to select only the records where a certain string field is non-null over the whole year/YTD and an indicator variable is = 1 over the whole year/YTD. I need to use the in-db tools as I'm pulling large amounts of data all at once. Any help or ideas is much appreciated!
Hey @JacobLuke you should be able to use a Connect IN-DB tool and write that into your query, just as you would do with a regular Data Input tool.
Is that not working for you? If so, can you describe what you've tried?
I need records where the field is null as well since I'm creating monthly percentages. Sorry, should have made that clear in my original post.
So you need both null and non-null results?
Obviously, I don't want to see the data associated with this, but can mock up what your data looks like (with dummy data on a spreadsheet) and what you want the output to look like?
Yes! I need both null and non-null. I'll try getting a mockup posted as soon as I'm able. Thank you for the reply! @patrick_mcauliffe
Hi @JacobLuke ,
Edited to include month calculations:
If I'm understanding your question correctly, you should be able to accomplish this using a handful of tools .
Sample workflow:
@phottovy Thanks a ton! I'll try this sometime this week and get back to you! Appreciate the help guys!