Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Alteryx Output tool to Access Database

DeanoNY
7 - Meteor

I am successful in writing to Access and creating a table. My problem is certain fields need to be formatted so users can do calculations. For example, I have a field with client size and there are several groupings 1-4, 5-9, 10-19, etc. I have tried to change to double but Alteryx changes the grouping to a single number 1-4 goes to 1 and 5-9 goes to 5 etc. 

What format can I use to write to an access table where the consumers of the data can do a calculation on the field?

 

2 REPLIES 2
BrandonB
Alteryx
Alteryx

What is your intended result? 1-4 can't be stored as a numerical value because of the hyphen within the value. For example, what would the expected result if you multiplied this value by 2? 

DeanoNY
7 - Meteor

We found a work around on this issue. The consumers of the database we referring to the wrong field.

Labels
Top Solution Authors