Questions tagged [tableau-crm]
The tableau-crm tag has no summary.
43 questions
0 votes
0 answers
39 views
How to add filters to Tableau Viz lauched from a Lightning Web Component with Embedding API version 3?
I am following this article which lauches the Tableau Viz from a Lightning Web Component - Tableau Insights Delivered Directly to Salesforce with Dynamic Data Security This uses Tableau Embedding API ...
0 votes
0 answers
23 views
how to hide tool bar in embedded tableau api v2 using visualforce
I have embedded public tableau into salesforce using visualforce using tableau embedded url v2. but in the bottom its showing tool bar which i want to hide, i have added hideToolbar:true but still its ...
-1 votes
1 answer
140 views
Apex heap size too large: 18076115 - Solution?
i'm using Tableau CRM to retrieve data and then call the method from LWC to download data into Excel Code : @AuraEnabled public static List<Records> getConsent(String accountId, String ...
0 votes
1 answer
103 views
Not able to fetch models in CRM Analytics Template
I have an app which contains datasets, lenses, dashboards and models. One of the datasets contains discovery predict component which uses a model that is stored under same app. Template has been ...
1 vote
1 answer
570 views
Embedding Tableau view using Embedding api in Experience cloud
I am trying to embed a Tableau view, using embedding api v3 in Lightning communities bases on LWR. I have created an LWC component with the following markup and JS. The reason I am using LWC is that I ...
1 vote
2 answers
351 views
Comprehensive documentation on creating embedded app template for CRM Analytics
We are trying to build a salesforce crm analytics "embeddedapp" template type which can be auto installed in any subscribers org and added to a lightning record or home page. Where we are ...
0 votes
1 answer
468 views
How to delete records in Einstein Analytics Dataset
I am finding it very hard to find the ways for deleting the records in CRMA dataset. It is totally unclear and there is no easy OOTB function for deleting the records.. Should i create a new dataset ...
0 votes
1 answer
2k views
CRM Analytics - Unable to find error log download in Jobs Monitor
I am trying to load data to CRM Analytics via external data upload using Middleware tools. I got an email saying 10k records failed and 90k records succeeded. Below is the email content "...
0 votes
1 answer
106 views
PieChart with Multiple Measures
I want to display a piechart based on multiple measures . For ex , Total Revenue will be overall piechart segment length. Total Profit , Total Loss , Total discounts etc will be multiple segments in ...
-1 votes
1 answer
283 views
Error while trying to schedule a recipe for local data sync
I have an opportunity and user-based recipes in the system, and I want to enable a local data sync to it. When I navigate to the data manager tab and try to schedule a recipe based on an event with ...
0 votes
1 answer
1k views
Lightning Web Component in CRM Analytics not being refreshed correctly when global filter changes in the dashboard
I have an LWC integrated into my CRM analytics dashboard that displays data based on a compare table. The LWC is designed to display specific data based on global filter selections made by the user, ...
1 vote
0 answers
186 views
Packaging CRM Analytics Templates that have a dashboard that uses LWC
Is it possible to package a CRM Analytics Template that has a dashboard that uses LWC? I'm trying to create a 2GP extension package that has a CRMA Template and Lightning Web Components but I'm ...
0 votes
1 answer
430 views
Data Processing Engine Runtimen platform choices grayed out
I am trying to create a new Data Processing Engine Definition. When I get to the second screen where it says "select the runtime platform" I'm presented with two choices: "CRM Analytics&...
0 votes
1 answer
292 views
Can Tableau data be passed into Salesforce?
We are pulling data from multiple sources into Tableau and would like to leverage the salesforce and tableau integration to push data back info our Salesforce account records. Is that possible? And ...
0 votes
1 answer
808 views
SFDX deployment of Salesforce Data Pipelines: Best Practices?
The project we're working on has a robust CI/CD pipeline (Circle CI) using scratch orgs for development Git branches. If approved, Pull Requests from dev branches are merged into an integration ...