performing a formati for a date yyyymm by hand isn't working Quicksight – Amazon Web Sevices
Im trying to perform a transformation of a coludate in QS here is the code for calculated field concat( toString( extract( 'YYYY', {created_at} ) ), toString( ifelse( extract( 'MM', {created_at} )<10, concat( '0', toString( extract( 'MM', {created_at} ) ) ),…