I already joined 2 different datasets into single visual tables in the Quicksight,
column 1 : PPD (integer) (dataset from Redshift)
column 2 : PPD Excell (integer) (dataset from Excel file)
I try to join those 2 column with integer value into single column(Testing PPD) using concat in the ‘Add Calculated Field’, but the result is String, I could not convert to integer.
is there another way/the easy way to combine those 2 column into single column ?
Thanks
sorry I have another question related to parseDecimal,
if I success to combine those 2 column with concat and convert to integer using parseDecimal in the new field, my question is :
if the value in the column Testing PPD(from data source) will change someday, will the new field update automatically ?, if not how to update it