Skip to main content

#Analytics토론 중인 항목 83개

Hello everyone. 

 

Does anyone know of a trailmix, badge, or trail that could help me create a reporting agent—an autonomous agent that generates business intelligence using natural language? 

I want to learn how to create an agent that will help me create a predictive experiment analysis. 

If anyone knows of a learning path, I would greatly appreciate the help. 

 

Greetings to all. 

 

#Trailhead Challenges  #Trailhead  #Analytics  #Reports & Dashboards

답변 5개
  1. 어제 오전 3:43

    Hi @Angel Rodriguez

     

    For learning this use case, I would recommend starting with Salesforce Agentforce, Einstein AI, and CRM Analytics/Tableau learning paths on Trailhead. There are several modules and trails focused on building AI-powered agents, natural language interactions, predictive analytics, and business intelligence automation.  

     

    A good approach is to first learn Agentforce fundamentals, then explore CRM Analytics datasets, predictive models, and Einstein Discovery for experiment analysis and forecasting. You can also check Salesforce AI demos, Agentforce workshops, and Tableau learning resources for practical examples of autonomous reporting and natural language querying. 

     

    https://trailhead.salesforce.com/content/learn/trails/get-ready-for-agentforce

     

    https://trailhead.salesforce.com/content/learn/trails/design-and-implement-ai-agents-with-agentforce

     

    https://trailhead.salesforce.com/content/learn/trails/get-ready-for-the-new-agentforce-builder

0/9000

I know its not best practice (but I need to develop in live environment as need live data). Currently I delevlop dev dashabards and deploy to production version by copy/pasting json. 

This works fine - but I know it does not transfer condional formatting (which I have to recreate manually) 

 

Is there a 'proper way of doing this - firstly within same org and in the future between different  environments. Needs to move anatrics deployemtns to same release/version control methodology as the rest of out development. 

 

Have looked at Saleforce CLI with Anytics plug-in and used CaptG{T/Claude - but cannot find a definitive answer.  

Many years ago I was given a method using workbench 

To extracxt metadata from the dashboard  

/services/data/v66.0/wave/assets/0FKWS0000003PUv4AM/xmds/asset 

Then manually removing everything apart form conditionalFormatting within dimensions and then suurounding by { 

    "xmd": 

 

Deployment of data as floows to live dashboard  

 

/services/data/v66.0/wave/dashboards/0FKWS0000003PWX4A2 

 

There has to be a better/safer/repeatable way when migrating anaytics assets. Any ideas? 

 

답변 7개
  1. 어제 오전 11:26

    The reason your conditional formatting vanishes is because it lives in the Extended Metadata (XMD) layer, which maps directly to the underlying dataset, while your layout structure and queries live within the Dashboard JSON.

0/9000

Hi Everyone, 

 

I’m new to CRM Analytics and wanted to ask if there is a way to dynamically control filter behavior based on a “View By” list selector widget

 

In my dashboard, I have a View By list selector widget in the second row. Based on the value selected there, I would like the third-row list selector widgets to update dynamically. These list selectors include Year, Reporting Year, Semi-Annual, Reporting Semi-Annual, Q4_Q2, Quarter, and Month

 

For example, if the user selects Year in the View By list selector widget, I would like only the Year list selector to be available or visible, while the other unnecessary list selector widgets are hidden, disabled, or restricted. If the user selects Quarter, then only the related Quarter

 list selector should be available or visible. 

 

Is there a recommended way to make this behavior dynamic in CRM Analytics? I have also attached an image of the dashboard for reference. 

 

Thanks in advance!

답변 1개
  1. 5월 15일 오전 6:46

    I'm assuming you are using a custom query and binding to apply the "view by" selection to the table. 

    You could doe the same for another query which is then displayed with a list selector. 

    So when you select view by year, the list selector query would show the different values from the year dimension. When you change the view by, the list filter will also change and show the values from the selected dimension. 

    This way you would minimize the number of list selectors to only one, depending on the "view by" selection.

0/9000
Kara ONeil 님이 * CRM Analytics (fka Tableau CRM) *에 질문했습니다

I am looking to change how a filter on a dashboard works. I am using a collect_set derived field based on picklist values to create a filter of all value options, but when selecting multiple values on one filter, I need each value to work on AND logic rather than OR logic. For example, if using a filter for Degree School and selecting Management and Nursing , I would need to see individuals who have degrees from both Management and Nursing, not one or the other as it's currently functioning. Any tips would be appreciated. Thank you!

답변 2개
  1. 5월 14일 오후 6:57

    Thank you, I will explore this!

0/9000

The emails in the Activity Timeline generate error message because of long email threads. Can anyone please let me know how to avoid the same. Many Thanks!

 

#Sales Cloud  #Service Cloud  #Analytics  #Automation

답변 2개
0/9000

Hi Everyone,

I am facing an issue in a CRM Analytics Dashboard. I uploaded an image in the dashboard, but the image is not rendering at all and it shows "Image Not Found" instead.

However, I have also added a link to the image, and when I click on it, the link works perfectly fine.

Does anyone know why this issue might be happening or how to fix it?

Thanks in advance.

답변 2개
  1. 5월 13일 오후 12:09

    Hi @ujjwal kc

    Did you tried by uploading the image in salesforce files and use the salesforce files link?   ensure the file is shared with the "All Users" or  group to allow the dashboard engine to fetch it.  

     

    Also, you can try to add the URL of external domain, if the image is hosted on an external system that hasn't been added to your Org's Trusted Sites.

0/9000

The following article suggests that you can subscribe to a CRM Analytics dashboard, similar to subscribing to Salesforce standard reports:    https://help.salesforce.com/s/articleView?id=analytics.bi_subscriptions.htm&type=5    However, I don't have this option available as a Sys Admin.  Is there a feature that we have to enable in Analytics settings to allow users to do this?  I have seen articles about creating permission sets but is this not a default option for Sys Admins?  Thanks   

답변 1개
  1. 5월 11일 오전 9:33

    Make sure you have the permission -  Subscribe to CRM Analytics Assets  assigned to yourself. 

     

    Permissions / Access management is completely through permission set. Even if user is an admin they need to have additional permission to perform some features. 

0/9000

Hello! 

 

Our company is embedding some CRMA dashboards across some pages including the Account, Opportunity, Contact, and HomePage. Everything has been complete except for the homepage as we are looking for a way to make the dashboard on the homepage reflect only the user's team data. So for instance: 

-Dashboard A is on the manager's homepage using Dataset "XYZ". 

-There is a field in Dataset "XYZ" called "Reports To" which we want to reference in order to show the manager records created by users that report to the manager 

-We essentially want Logged In User = Reports To 

 

The issue is on the hompage ligthning page builder, we are not seeing a "filter buidler tool" and all my attempts at writing a JSON code similar to JSON filters that work on other record pages are not activating. 

 

Can someone help me understand how to write a JSON filter to page on a CRMA dashboard embedded on the homepage to reference a given field in a dataset vs the logged in User ID? 

 

Here is the example of the code I tried thus far with no success:

CRMA Embedded Dashboard on User HomePage- Filtering to Logged In User Data

It is also worth asking - is thee a way to write this filter in the dashboard code instead of on the lightning page? 

 

Much thanks in advance!! 

 

#Analytics

 

@* CRM Analytics (fka Tableau CRM) *

답변 8개
  1. 2025년 12월 8일 오후 1:23

    Filters on embedded dashboards work for data coming from current records only. On a homepage, you don't have a record from where you can receive any value. 

    Thus you have to build the logic into the dashboard itself. Please have a look into

    https://help.salesforce.com/s/articleView?id=analytics.bi_dashboard_initial_filters_user_tokens.htm&type=5

    to get an idea on how this would work. 

     

    Technically, you receive the relevant value using a direct (SOQL) query. Then you apply this filter on any list selector which is based on the "reports to" field, so you have only one value left. With the selection type "single required", this value will be selected and applied to your dashboard.

0/9000

Which one would be best choice CRMA or Tableau??

#Trailhead #Analytics
답변 2개
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    5월 11일 오전 6:40

    Hello @Mehdi Khan

    For most Salesforce-centered use cases, CRMA is the better choice; for broader enterprise BI across many systems and more advanced visualization needs, Tableau is usually the better choice.

    Pick CRMA if the main goal is to analyze Salesforce data and act on insights directly inside Salesforce workflows.

    Pick Tableau if you need cross-system reporting, wider audience sharing, and richer BI-style visualization flexibility.

    If your team already works heavily in Salesforce Service, Sales, or Revenue Cloud, CRMA can feel more native and actionable.

    If stakeholders outside Salesforce need the dashboards, Tableau is generally easier to standardize and distribute.

0/9000

Hi All, Good Day! 

 

I'm facing an unexpected behavior in CRM Analytics and would appreciate any guidance. 

 

**Scenario:** 

- I created a CRM Analytics App and set sharing to **"No One"** 

- The app contains several dashboards 

- There is a user with the following setup: 

  - **License:** Analytics Platform 

  - **Permission Set:** CRM Analytics Platform User 

 

**Issue:** 

Despite the app being shared with no one, this user is still able to **see and access the dashboards** inside the app. 

 

**What I Have Already Checked:** 

- App sharing is confirmed set to "No One" 

- The user only has the CRM Analytics Platform User permission set assigned 

 

**My Questions:** 

1. Does the **Analytics Platform license** itself grant visibility to all dashboards regardless of app sharing? 

2. Are there any system permissions within **CRM Analytics Platform User** that could override app-level sharing? 

3. Is there any other setting I might be missing that controls dashboard visibility? 

 

Any help or pointers would be greatly appreciated! 

 

Thank you 

 

 

답변 2개
  1. 5월 6일 오후 2:38
    Hi @Harshit Sahu check and confirm if the user has access to view all data permissions. If not, check and make sure the user does not belong to a permission set group that has manage crm analytics permission. Otherwise I would check if the dashboard is also visible in the default “shared app” folder within CRMA and they are accessing it through there.
0/9000