ACE Activity Feed
See how ACEs share expertise in the Community
-
Re: MongoDB password persistance after Server upgrade
As long as C:\ProgramData\Alteryx\RuntimeSettings.xml is preserved and reused during an upgrade, the MongoDB password remains unchanged. This also applies to downgrades, especially in cases where the upgrade fails. In other words, if RuntimeSettings.xml is not reused for some reason(like complete clean install), password…
-
Re: Hyperlink from browse tool
Are you using an "old" version, mine is not showing that pop-up and only as this.
-
Re: Euleryx Project 35 – Circular Primes
I used a previously created Macro for prime numbers up to 1 million then checked the numbers by shifting them one digit at a time. Euleryx35_DT.yxzp
-
Re: What happened to community ranks
@LeandraN, just a quick update on this from my end… I noticed the 2024 AoC badge reappeared, but the 2025 one is still missing. Thanks!
-
Re: Euleryx Project 35 – Circular Primes
For this one, I recycled my "NextPrime" macro from a previous problem to generate my set of prime numbers, then implemented a second macro to quickly rotate the integers and perform a quick check (join) with the overall prime list to confirm if said rotation was still prime. Main Workflow: NextPrime Macro:…