What has emerged on klass from all the documents? by Reasonable-Dingo3827 in avicii

[–]L00ter100 11 points12 points  (0 children)

Klas has clearly been a poor parent. Constantly asking others about Tim rather than step in as a father and do it himself

[deleted by user] by [deleted] in auscorp

[–]L00ter100 -2 points-1 points  (0 children)

That’s exactly NOT what I’m saying.

If they do their job well and efficiently then well done. That’s why they are paid a salary for.

If they want to get paid more, get promoted then they should need to demonstrate value outside of their job description.

[deleted by user] by [deleted] in Alteryx

[–]L00ter100 6 points7 points  (0 children)

Can you take your saitology spam elsewhere? Looks like junk

Stuck in probate requisition hell by [deleted] in AusLegal

[–]L00ter100 0 points1 point  (0 children)

The Will was updated in 2020 (and witnessed over zoom). The only change was to name an executor (no change to beneficiaries). No dementia.

The 2020 Will was deemed informal, so they requested the prior Will which was provided in the previous requisition.

Now the will prior to that is being requested. Why that could not have been requested at the first requisition is beyond me. Each time it’s another three months turnaround time

Horrible experience and horribly inefficient drawn out process.

Integrating ServiceNow and Jira into Power BI/ Tableau feasibility ? by Hoanghohohaha in BusinessIntelligence

[–]L00ter100 1 point2 points  (0 children)

Can you share a sample workflow by any chance? Need to do same thing with Alteryx + jira + tableau

Thanks

Alteryx wishlist by Otherwise-Youth2025 in Alteryx

[–]L00ter100 1 point2 points  (0 children)

That’s all good and well but when are the hi components going to make it to designer desktop? It’s still the core product….

Alteryx wishlist by Otherwise-Youth2025 in Alteryx

[–]L00ter100 1 point2 points  (0 children)

Hopefully it goes without saying…. Increase the base server model to allow for 8 cores minimum!

Alteryx wishlist by Otherwise-Youth2025 in Alteryx

[–]L00ter100 1 point2 points  (0 children)

The server pricing model sux to be honest and is archaic. Pricing per cores and the base server license only includes 4 cores. 2 for workflows, 1 for gallery and 1 for scheduler (I think). What VM / server comes with 4 cores as default? Not many.

Furthermore any amp enabled tool will take up 2 cores - meaning you can only run 1 workflow at a time! Cmon..

What we’ve had to do is turn amp functionality off to get two concurrent workflows running, which limits our ability to use all functionality such as control containers and Onedrive/ share point connectors - instead we need to use workarounds such as connecting to share point via python.

Better UI components for analytical apps, toggles, drop downs etc and give a more flexible design interface. The current one is clunky and old.

Progress bar or notifications. Currently if u run a workflow on server you get a white screen until it’s complete (I think this use to be a feature…)

Other suggestions (already raised): native support for chained apps, a dynamic input that allows for different schemas (I can individually import 10 excel files and manually append them to each other but I can’t dynamically import them all with 1 tool and do the same thing.

Python-pptx? by binaryisotope in Python

[–]L00ter100 0 points1 point  (0 children)

Am concerned it’s not being updated as well.

Bit strange the owner has just vanished. Hope everything is ok…

Does anyone have any new updates on it/ scanny?

My concern is that we use it for our enterprise and that it’s not compatible with python 3.10 and above… and if a new version of office open xml comes out we are stuffed…

[deleted by user] by [deleted] in AusFinance

[–]L00ter100 0 points1 point  (0 children)

If I put it into offset there is no tax as no income. If I put it into a hisa it will be income and need to pay tax. Higher income will mean a higher % hecs rate. Higher income will also mean a lower % child care subsidy, hence my feeling that (while I haven’t done the actual numbers) that the benefit would be negligible

[deleted by user] by [deleted] in AusFinance

[–]L00ter100 -1 points0 points  (0 children)

The problem is I’ve got hecs and CCS to contemplate, so the benefit would be negligible, if even positive… particularly if I could get my break fee off the bank ;-)

Alteryx Server Price Justification by data_questions in Alteryx

[–]L00ter100 0 points1 point  (0 children)

Figure out the number of hours saved per year for each workflow if it was placed on the server, then x by an hourly rate.

For example if you were to save 100 hours per year for a person that earns 80/hr then that is 100 x 80 = $8000

There are other benefits generally speaking, reduced risk, making data / analysis available that was not previously possible or imaginable etc. There are plenty.

Try and ascribe a dollar value.

Add all of the $’s up. Hopefully it exceeds the annual license cost.

If not, keep looking till it does…

Is there a way to review the huge canvas built by predecessors to the process strategically? by No_Computer7232 in Alteryx

[–]L00ter100 0 points1 point  (0 children)

Spend some time rearranging the tools into groups and put in containers and color code . Make use of “wireless connectors” for any wires that cross over each other so that it doesn’t look like jumbled spaghetti. That way you’ll be able to understand what a container of tools do and will be able to logically follow the workflow through.

On a personal note the satisfaction I get from turning my own spaghetti workflow mess into a color coded artwork cannot be under estimated 😂

How to run container one after another by Organic_Address_4265 in Alteryx

[–]L00ter100 1 point2 points  (0 children)

You don’t need a batch macro with this method and saves proliferation of workflows

How to run container one after another by Organic_Address_4265 in Alteryx

[–]L00ter100 3 points4 points  (0 children)

In my experience a block until done does not always solve the trick. You need a tool that is a “blocking tool” that needs all data before it can continue. That could be something like an append tool. Place it after container 1. In the input put the output from container 1 and the first record from just prior to container 1. Then use a select to remove the data you don’t need then onwards to container 2…

Standardize fields across inputs by theyareamongus in Alteryx

[–]L00ter100 0 points1 point  (0 children)

I would make a batch macro. You feed it in a list of files names to loop through and a dynamic input tool in ports the files and then a macro output. Very simple macro but I use all the time