Comments
-
I don't know when this got fixed, but it's fixed now. From "Manage Pages" you can add a third layer.
-
I would just exit the card and try again. Sometimes it's just a bug. Or you could try modifying your case statement as follows: CASE WHEN `LAST_PACKAGE_DATE` IS NULL THEN '0' ELSE `LAST_PACKAGE_DATE` END
-
I don't know the best/right way, but here's a workaround that I've used before. In a Bease Mode, just put the number field inside of a string function. Example: TRIM('ID')
-
It creates a .csv file containing user information which does include security roles (if that's what you mean by permissions).