-
Re: Salesforce with date stamp
So much to chew on here. 1) don't JOIN on a CASE. Implement your date calculations as separate columns so it's easier to see what you're doing and troubleshoot. It's Salesforce and SQL, performance '…1 -
Re: Add monthly options to dataset/dataflow controls
you can trigger dataflow execution via the JavaCLI. you can use windows task scheduler or logic built into a script to decide whether to trigger execution based on day of the month.1 -
Re: New user access to cards when adding to an existing group?
interesting. the assumptions you described sound correct to me. to troubleshoot. create an (empty) group. share content to the group. then add a user to the group and confirm that they see the conten…1 -
Re: Gantt Chart Filter to Limit Data to only Records active Between Dates
To boil it all down. A filter can only apply on the values in the column. I.e. you can create a filter that says I want all values that are BETWEEN or LESS THAN or GREATER than start date or end date…1 -
Re: Conditional formatting in pivot tables
I don't recommend doing your POP calcs in ETL as it will limit extensibility. https://www.youtube.com/watch?v=CDKNOmKClms&t=205s Instead, my recommendation would be to stack the data as demonstra…1