Can I set 2 data type in One Column?

here is the thing that...
one of my column have 2 possible data types
either <date> or <longtext> 

 

is there anyway to set 2 data types for certain column?
plz I’m stuck here.

0 3 75
3 REPLIES 3

Nope

Curious why you need two data types for one col...

Anyway you probably just have to settle for LONGTEXT and use EXTRACTDATES or other text manipulation to get dates to process.

@mcaolandrew312 

I am not talking about the data type of the columns, but the schema settings of the table.

Perhaps you prepare 3 columns and process them as follows.

Column1: Need a Expiration date

* Yes/No Type

Column2: Expiration date

* Date type
* Required if [Need an Expiration date] is true.

Column3: Remark.

* longtext type
* Required if [Need an Expiration date] is false.

Top Labels in this Space