We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx output tool and excel output related issue

Suruthimaitr
5 - Atom
Hi All, I am trying to paste an output from Alteryx to an .xlsm file(In a particular range say A1:K11). This sheet which has some data validation list(highlighted in the screenshot - H12). Once the output is pasted, I can see that the data validation list disappears in that particular sheet. Not sure whether this is some tool limitation or if there is any workaround to solve this issue. Have anyone faced any issue like this?
Suruthimaitr_0-1646063453240.png

 


 

3 REPLIES 3
TheOC
16 - Nebula
16 - Nebula

hi @Suruthimaitr 

From a personal view i would recommend moving manual excel processes to Alteryx. 

However, i have managed to recreate your issue in excel, and have been able to maintain the validation by ensuring the cell is open:
(screenshot of validation of the cell ensuring input is whole number 1-5):

TheOC_0-1646063919351.png



(Screenshots of my pasting when the cell is selected, which replaces the cell and removes the validation):

TheOC_1-1646063948279.pngTheOC_2-1646063978292.png

This is the same if you  copy and paste from anywhere in Excel, too. I dont believe this is an Alteryx issue. (https://stackoverflow.com/questions/54342866/not-following-data-validation-rules-during-copy-paste-e....) 

The way to solve this, is to double click the cell first, and then copy paste:

TheOC_3-1646064066070.png



I hope this makes any sense - effectively this is an issue with excel and copy pasting anyway.

Hope this helps,
TheOC


 

Cheers,
TheOC
Connect with me:
LinkedIn Bulien
Suruthimaitr
5 - Atom

Hi Oc,

 

Thank you for your reply! When I try copy pasting my data manually in excel, the data validation is retained. The issue is just that when the output is written through alteryx, the validation part goes off.

 

Note: The data validation is  list based. And has no relation with the data I paste through alteryx. The source for the data validation is from the same workbook and different sheet

 

Can you try doing the same usecase of mine?

Like creating a simple list data validation in a sheet and try pasting the output in the same sheet through alteryx.

 

Thanks,

Shruthi

Suruthimaitr
5 - Atom

Hi @TheOC,

 

Thank you for your reply! When I try copy pasting my data manually in excel, the data validation is retained. The issue is just that when the output is written through alteryx, the validation part goes off.

 

Note: The data validation is  list based. And has no relation with the data I paste through alteryx. The source for the data validation is from the same workbook and different sheet

 

Can you try doing the same usecase of mine?

Like creating a simple list data validation in a sheet and try pasting the output in the same sheet through alteryx.

 

Thanks,

Shruthi

Labels
Top Solution Authors