This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Mukul,
Could you set the column width so that the text breaks at the desired spot to have the title display in 2 rows with the English on top and the French below?
Regards,Francoise.
You can try the following:FROM "transactionline" where lineLastModifiedDate > TO_TIMESTAMP(?, 'YYYY-MM-DD HH24:MI:SS.FF')Another example to pull data that changed last 12 months for testing:FROM "transactionline" where lineLastModifiedDate > ADD_MO...