• JavanL
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 2
    Replies
Hi,
In Wave, I been unsuccessful filtering a step (chart widget) from one dataset with date information from a step in another dataset.
I'm using a selection binding and attempting to bind using the compact format and not the SAQL(pigql) format.
Does anyone have an idea of what I might be missing?
Thanks.

Below is a snippet of the JSON that I have:
Source (date) step:
"TradeCreateDate__c_Y_1": {
                "datasets": [
                    {
                       ...snip...
                    }
                ],
                "isFacet": true,
                "isGlobal": false,
                "label": "",
                "query": {
                    "measures": [
                        [
                            "count",
                            "*"
                        ]
                    ],
                    "groups": [
                        "TradeCreateDate__c_Year"
                    ]
                },
                "selectMode": "single",
                "type": "aggregateflex",
                "useGlobal": false,
                "visualizationParameters": {
                    "options": {}
                }
            },


Target step:
"prod_by_strat_1": {
                "datasets": [
                    {
                        ...snip...
                    }
                ],
                "isFacet": true,
                "isGlobal": false,
                "label": "prod by strat",
                "query": {
                    "measures": [
                        [
                            "sum",
                            "TradeAmount__c"
                        ]
                    ],
                    "groups": [
                        "Test_Mo.StrategistName"
                    ],
                    "filters": [
                       ...snip...
                        [
                            "TradeCreateDate__c",
                            "{{row(TradeCreateDate__c_Y_1.selection, [0], [\"min\",\"max\"]).asObject()}}"
                        ]
                    ],
                    "order": [
                        [
                            -1,
                            {
                                "ascending": false
                            }
                        ]
                    ]
                },
                "selectMode": "single",
                "type": "aggregateflex",
                "useGlobal": true,
                "visualizationParameters": {
                    "visualizationType": "hbar",
                    "options": {}
                }
            }

 
I need help fixing an issue where a ProcessBuilder process is still firing after I’ve deleted it.
 
Last week, I created a ProcessBuilder process that fired a Flow after a record was inserted/updated.
The Flow didn’t meet my needs so I deleted the Flow.
Then I deleted the ProcessBuilder process.
I executed my test and received the following error:
"
The record couldn’t be saved because it failed to trigger a flow. 
A flow trigger failed to execute the flow with version ID 301110000005J2u. 
Contact your administrator for help.
"
How is this possible when I deleted both the process and the flow?
 
Any help on this is greatly appreciated.
 
Thanks.
  • September 08, 2015
  • Like
  • 0
Hello,
I'm getting an "Invalid Batch" error when upserting records via DBAmp that uses the native Salesforce Bulk API. We've had this failure several times and I believe that all permissions have been set appropriately. The last change made to the custom object was 2 new fields that the calling user has write access to.

Please help.
Thanks.
  • September 08, 2015
  • Like
  • 0
My production deployment keeps failing due to 6 test classes where the logic contains a batch call.
Each test class fails due to an assertion inequality. The assertion is comparing an expected integer to the actual integer returned after the batch class execution.
It appears that the batch class does not execute and I get the failure.
There has not been any changes to the definition of any of the test classes.
Prior to 7/9/2015, these test class executed the batch class and passed successfully.

Has anyone else experienced this behavior? If so, what was the resolution?
Any help to resolve this issue quickly is very much appreciated.

Thank you.
Hi All,
I'm looking for some ideas on how to recreate the customizable forecasting page with a few additional columns.
The out-of-the-box forecasting page doesn't allow you to alter any column names or add additional columns.
Has any one here attempted this?
If so, I'd greatly appreciate any suggestions, tips or better yet "this is how you do it". :)

Thank you.
  • April 20, 2015
  • Like
  • 0
Hi,
In Wave, I been unsuccessful filtering a step (chart widget) from one dataset with date information from a step in another dataset.
I'm using a selection binding and attempting to bind using the compact format and not the SAQL(pigql) format.
Does anyone have an idea of what I might be missing?
Thanks.

Below is a snippet of the JSON that I have:
Source (date) step:
"TradeCreateDate__c_Y_1": {
                "datasets": [
                    {
                       ...snip...
                    }
                ],
                "isFacet": true,
                "isGlobal": false,
                "label": "",
                "query": {
                    "measures": [
                        [
                            "count",
                            "*"
                        ]
                    ],
                    "groups": [
                        "TradeCreateDate__c_Year"
                    ]
                },
                "selectMode": "single",
                "type": "aggregateflex",
                "useGlobal": false,
                "visualizationParameters": {
                    "options": {}
                }
            },


Target step:
"prod_by_strat_1": {
                "datasets": [
                    {
                        ...snip...
                    }
                ],
                "isFacet": true,
                "isGlobal": false,
                "label": "prod by strat",
                "query": {
                    "measures": [
                        [
                            "sum",
                            "TradeAmount__c"
                        ]
                    ],
                    "groups": [
                        "Test_Mo.StrategistName"
                    ],
                    "filters": [
                       ...snip...
                        [
                            "TradeCreateDate__c",
                            "{{row(TradeCreateDate__c_Y_1.selection, [0], [\"min\",\"max\"]).asObject()}}"
                        ]
                    ],
                    "order": [
                        [
                            -1,
                            {
                                "ascending": false
                            }
                        ]
                    ]
                },
                "selectMode": "single",
                "type": "aggregateflex",
                "useGlobal": true,
                "visualizationParameters": {
                    "visualizationType": "hbar",
                    "options": {}
                }
            }

 
Hello,
I'm getting an "Invalid Batch" error when upserting records via DBAmp that uses the native Salesforce Bulk API. We've had this failure several times and I believe that all permissions have been set appropriately. The last change made to the custom object was 2 new fields that the calling user has write access to.

Please help.
Thanks.
  • September 08, 2015
  • Like
  • 0