Viewing 12 posts - 16 through 27 (of 27 total)
I see, makes sense now. Thanks Jeffrey.
May 21, 2021 at 5:44 pm
Thanks, Jeffrey. I think I am following what you are doing here (remember, an SQL noob here). What is the 64 in set functions? Is it to assign 64 bits...
May 21, 2021 at 5:22 pm
Thank you, Mr. Brian Gale. This helps puts things in perspective.
May 21, 2021 at 5:01 pm
Thank you so much, I believe I get it now. Below is a simplistic example of what's happening.
Let's say this is our code.
SELECT
...
May 20, 2021 at 9:44 pm
@Mr. Brian Gale, thank you so much!!!
Your last submission worked like a charm and per your recommendation I adopted it. However, I am wondering what really happened there because to...
May 20, 2021 at 6:19 pm
Thank you Steve Jones for the comments, based on which I was able to find the solution.
This solution requires a lot of manual work but basically you have to create...
May 17, 2021 at 8:41 pm
I found my answer by looking at this video: https://www.youtube.com/watch?v=Zebwsa-3QZQ&list=PLNIs-AWhQzcmEFHyxCRwA_gb29WOz5SJU&index=44
Solution:
May 17, 2021 at 7:10 pm
Hi,
Can you please elaborate? When you say nothing happened - as in, you saw the proper percentages as shown in picture 2 red and green text?
If so, which formula did...
May 14, 2021 at 3:12 pm
Sad bump, no one knows 🙁
May 12, 2021 at 8:37 pm
Yup, I think we are talking the same approach now. I was hoping there was an easier way but looks like making separate tables and stitching them together is going...
May 12, 2021 at 8:36 pm
And probably use Sum (IF ... + Sum (IF ... to get Total Revenue Budget, Total Revenue Encumbrance etc.
Likewise Sum (IF ... - Sum (IF ... to get Operating Net...
May 12, 2021 at 5:12 pm
Thank you so much. This gave me the idea to group these appropriately by creating another field called Account Group and using your logic (IIF AND and IIF OR statements)...
May 12, 2021 at 5:05 pm
Viewing 12 posts - 16 through 27 (of 27 total)