Alteryx Designer Desktop Discussions

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

CEIL(RecordID/2) Stops Working at RecordID 511

hellyars
Púlsar

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

 

RecordIDGroup = CEIL(RecordID/2)
509255
510255
511Null
512Null
3 RESPUESTAS 3
AngelosPachis
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
Púlsar

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
Púlsar

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

Etiquetas