Skip to main content

#Test0 utenti parlano di questo argomento

I have a string that looks like this: #TEST\n\nPost

 

I'm using this regexp:

if regexp_match([Hashtags], "\\n.*") then regexp_replace([Hashtag], "\\n.*", "")

 

What I'm trying to get is #TEST, but when I use the above, it returns the original string instead.

8 risposte
  1. 7 set 2023, 16:23

    You could try:

    IF REGEXP_MATCH([Data],'(#)')

    THEN REGEXP_EXTRACT([Data],'(#\w+)') END

     

    You could try:IF REGEXP_MATCH([Data],'(#)')THEN REGEXP_EXTRACT([Data],'(#\w+)') END Best, Don(Please, don't forget to click Select as Best or Upvote !)

     

    Best, Don

    (Please, don't forget to click Select as Best or Upvote !)

0/9000

A reminder for anyone looking for a very sophisticated data factory framework: Forceea is an open-source GitHub project (https://github.com/Forceea/Forceea-data-factory), it has a new release (2.8) and it deserves your consideration.

 

A reminder for anyone looking for a very sophisticated data factory framework: Forceea is an open-source GitHub project (https://github.com/Forceea/Forceea-data-factory), it has a new release (2. #Salesforce #data-factory  #Forceea

0/9000

Hi - One of our teams creating articles has some large articles that are using anchors.  They want to be able to send links that will take them directly to an anchor within an article.  Is that a possible and if so, how?  If not, is it a roadmap.  I see it's possible with Quip, though i understand they are different platforms.

4 risposte
  1. 21 mar 2023, 12:56

    I tested the "help center" community and it worked, the URL ended with this format <Your Community Name>/HelpCenter/s/article/Alberta-Automobile-Collision-Partial-Loss#Claim_Type NOTE: Claim_Type is the Anchor Tag

0/9000

お世話になります。

 

フローから[Chatterに投稿]アクションを使用して、Chatterに投稿しようとしています。

ここで、Chatterに投稿する内容内で改行を入れたいので、テキストテンプレートとして保存して[Chatterに投稿]アクションのメッセージで呼び出そうとしています。

ただ、以下のような結果になります。

------

▼テキストテンプレートに設定している本文

@test

test

test

#test

------

▼実際にChatterに投稿される内容

<p>@test</p><p>test</p><p>test </p><p>#test</p>

------

 

正しく改行されないのですが、どのような設定が必要でしょうか。

ちなみに環境はSandboxです。(本番環境では試せない状況です。)

2 risposte
  1. Takaaki Motohashi (PERSOL CROSS TECHNOLOGY CO., LTD.) Forum Ambassador
    3 mar 2023, 01:15

    @ka sho

    過去に同様の質問がありました

     

    (当時の私は無理かと思ったのですが)

     

    テキストリソースをプレーンテキストで作成し、Chatterアクションのメッセージに作成したテキストリソースを指定すれば可能のようです

     

    参考の画像や過去の質問はこちらをご参照ください

     

    https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000DcJdJSAV

0/9000

<div id="test">This is an example</div>

 

<a href="example.com/#test">This is the link to the example</a>

 

#test is added to the URL but the page doesn't scroll to the tag.

0/9000

Currently Tableau Server 2018.3.1 uses an External Identity Provider (WSO2) using SAML to authenticate users. Additonaly a certificate from a trusted Autority is used for SSL communication. The problem is that whenever an attempt to log into the Tableau Mobile app is done withing the company network or outside it, right after entering the Server Name, the below error is displayed:

Connect Tableau Mobile with Tableau Server issue

By clicking "MORE INFO" option, the content of the next link is reached https://kb.tableau.com/articles/howto/connecting-tableau-mobile-to-tableau-server-using-ssl

 

If "OPEN IN BROWSER" is selected, the connection is done properly.

 

The questions are:

 

1. Does this implies neccesarily a certificate issue or incorrect configuration even if no communication issue has been found so far?

2. Which other logs besides "PogramData\Tableau\Tableau Server\data\tabsvc\logs\httpd\error.log" or steps could be follow for troubleshoot purposes?

 

Best Regards

6 risposte
  1. 8 nov 2019, 03:41

    There could be 2 problems.

     

    1) Root and intermediate certificates not available on those devices.

    If your mobile app is managed any MDM platforms, you have to ask them to install root, intermediate certificates to the devices where Tableau mobile is being used. If not, send these certificates to them on email and ask them to install on their devices

     

    2) Chain file missing.

    Check if you have configured the chain file as well in your SSL configuration.

0/9000