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

CEIL(RecordID/2) Stops Working at RecordID 511

hellyars
13 - Pulsar

I have a simple formula  CEIL(RecordID/2).   It stops at RecordID 511.

 

RecordIDGroup = CEIL(RecordID/2)
509255
510255
511Null
512Null
3 REPLIES 3
AngelosPachis
16 - Nebula

Hi @hellyars ,

 

Check the data type of the field "Group". I think that would be a Byte, so that's the reason it can accommodate values until 256.

 

If that's the case, change that to an Integer (Int16,32 or 64 would work).

 

Hope that helps.

 

Regards,

 

Angelos

pedrodrfaria
13 - Pulsar

Hi @hellyars 

 

Could you please upload the workflow you are talking about? Or at least the sample you mentioned?

 

You should not be getting any errors unless the recordid column is not properly formatted. Make sure the data type is something that accommodates more than 250 characters.

 

pedrodrfaria_0-1609425373038.png

 

hellyars
13 - Pulsar

@AngelosPachis   You are correct.  It was set to Byte.  Easy fix.  Many thanks.

Labels
Top Solution Authors