Skip to main content

#URL0 debatiendo

Trying to count unique URL's for a given month that have "overdue" in the overdue status field. Has to be broken out by month and I want the overdue status to be from the line that has the max scan date for that particular URL for that particular month. Some URL's are scanned multiple times and the first scan date might say "overdue" but the next will be blank which means it would not be in the count. Also, will break out by Region and Sector.

I tried using a calculated max scan date for given month in formula but not sure that formula is even right { FIXED [#URL]: MAX([Scan Start Date])}

 

Then I try to count the # of sites overdue:

{ FIXED [#URL], [max scan date for given month]: COUNTD(IF [Overdue Status]= "overdue" then [#URL] end)}

 

Right now the count includes all Overdue for that month, not just from most recent scan.

 

I am not the best at formulas and it has been awhile since I have worked on anything like this. I have spent hours trying different formulas but need help.. thanks to whoever can help. It will be appreciated!!

3 respuestas
0/9000
Muteru Mwangi ha preguntado en #Create

Hi Everyone,

We've just successfully upgraded our Production environment to Tableau Server 2019.1.2. Is there a way to disable Ask Data for all data sources on the Server?

Thanks.

Muteru Mwangi

20 respuestas
  1. 6 ago 2019, 18:23

    Hey everyone,

     

    Thanks for the continued discussion. The TSM commands listed above to disable the UI for the input box are not an officially supported solution. Please use the following instructions to enable/disable Ask Data for Tableau versions 2019.1 and 2019.2 (as well as the minor versions of these releases).

     

    Enable Ask Data for Data Sources - Tableau

     

    This throttle is limited to the data source. However, we are actively working on the broader enable/disable settings (at the server and site level). I will share an update in a few weeks but we are targeting 2019.4 with this added capability.

     

    Thanks,

    Ruhaab Markas

    Sr. Product Manager - Ask Data

0/9000

Create a URL-Driven Salesforce Activity Report!

This How-To will provide the foundation to generate any URL-driven report on any of your objects’ record pages. All this with the click of a button.

 

By implementing this feature, you can remove the Activities component from your Salesforce page layout, improving your record’s load time.

 

You can replicate what you will learn here in your contacts or your leads, and…given it’s a native Salesforce report, you can export it to Excel and send it to colleagues that don’t have access to your org.

 

Here's the Row-Level formula referenced in the video:

IF(ISBLANK(TASK_SUBTYPE), EVENT_SUBTYPE, TASK_SUBTYPE)

 

Watch it here: https://www.21knots.com/resources/url-driven-activity-report

Enjoy!

 

#Reports & Dashboards #URL #URL Hack #Account #Bar Chart

0/9000

Create a URL-Driven Salesforce Activity Report!

This How-To will provide the foundation to generate any URL-driven report on any of your objects’ record pages. All this with the click of a button.

 

By implementing this feature, you can remove the Activities component from your Salesforce page layout, improving your record’s load time.

 

You can replicate what you will learn here in your contacts or your leads, and…given it’s a native Salesforce report, you can export it to Excel and send it to colleagues that don’t have access to your org.

 

Here's the Row-Level formula referenced in the video:

IF(ISBLANK(TASK_SUBTYPE), EVENT_SUBTYPE, TASK_SUBTYPE)

 

Watch it here: https://www.21knots.com/resources/url-driven-activity-report

Enjoy!

 

#Reports & Dashboards #URL Hack #Account #Bar Chart

0/9000

Create a URL-Driven Salesforce Activity Report!

This How-To will provide the foundation to generate any URL-driven report on any of your objects’ record pages. All this with the click of a button.

 

By implementing this feature, you can remove the Activities component from your Salesforce page layout, improving your record’s load time.

 

You can replicate what you will learn here in your contacts or your leads, and…given it’s a native Salesforce report, you can export it to Excel and send it to colleagues that don’t have access to your org.

 

Here's the Row-Level formula referenced in the video:

IF(ISBLANK(TASK_SUBTYPE), EVENT_SUBTYPE, TASK_SUBTYPE)

 

Watch it here: https://www.21knots.com/resources/url-driven-activity-report

Enjoy!

 

#Reports & Dashboards #URL Hack #Account #Bar Chart

0/9000

I want to add 2 namespace in single tag like in s:Body.

Below is the example:

 

<s:Envelope xmlns:s=http://schemas.xmlsoap.org/soap/envelope/>

<s:Header>

  <Action s:mustUnderstand="1" xmlns=http://schemas.microsoft.com/ws/2005/05/addressing/none>http://kpmg.com/xi/CO_NGGC/NGGC/SI_I_S_Evaluation_Services/Notify_ChangeResponse</Action>

  <ActivityId CorrelationId="92af6c6d-1fe0-4236-8a62-220bcfb1975f" xmlns=http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics>00000000-0000-0000-0000-000000000000</ActivityId>

</s:Header>

<s:Body xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xmlns:xsd=http://www.w3.org/2001/XMLSchema>

  <MT_NOTIFY_RESP xmlns=http://KPMG.com/xi/CO_NGGC/NGGC_Integration>

    <Message xmlns="">

      <Type>I</Type>

      <Class>/KGO/CO_NGGC_IBS</Class>

      <Code>004</Code>

      <Text>Notification successfully saved : Type CA Key 5128976#####</Text>

      <Value1>EA#####</Value1>

      <Value2>5128976#####</Value2>

      <Value3>#####</Value3>

      <Value4>#####URL</Value4>

    </Message>

  </MT_NOTIFY_RESP>

</s:Body>

</s:Envelope>

3 respuestas
  1. 12 ene 2022, 12:00

    define one of the namespace as attribute.

     

    define one of the namespace as attribute.

0/9000