Skip to main content

#Records0 debatiendo

I have scraped a lot of articles from the internet in a PostgreSql database, where the variable with the article is named Text. I also have a second dataset from Excel with a variable there have names of danish persons.

 

My problem is that I can't figure out a calculated field there can search the Text variable through and see how many times different danish persons from the other dataset is found.

 

Any good ideas. Thank you.  

10 respuestas
  1. 14 abr 2017, 20:59

    I believe you can accomplish this with cross database joins now. I don't have a Postgre database to test explicitly with, but the option did appear when I went to set up another connection in the same data source.

     

    Steps:

    1) connect to excel/csv file with names

    2) on data source, click Add button next to connections

    I believe you can accomplish this with cross database joins now.

    3) bring in your postegre dataset

    4) on joining fields, click empty cell and select create join calculation

    pastedImage_1.png

    when prompted, enter 1 as value (or any value at all, this will assign that value to every record in your dataset), do the same on the right side, using the same value.

     

    5) now you have a dataset where every document is related to every name, and you can check row by row if the name is in the text. My calculation looks like this:

    pastedImage_2.png

     

    A few things to be wary of:

    1) this join is a cross join, creating a cartesian dataset - the size of the dataset is #records in first table * #records in second table, which may become very, very large if you have two large datasets

    2) please take note of the sample texts I put in - using the simple CONTAINS method, there are some gotcha's in terms of the one text contained within another.

     

    Let me know how this looks.

0/9000

Hi Folks,

 

Is there a way i can get to monitor my CPU utilization and memory usage by each tableau work.

 

I have installed tabjolt got it up and running . I have changed vizpool.csv with the "views" that i want to monitor and understand utilization metrics.

 

But is there a way i can get the statistics by each workbook.

 

Appreciate your inputs /info /any helpful urls will be very hand.

 

Thank you !

 

Regards

Satish

6 respuestas
0/9000

Hi,

 

My data set is a list of products from two different vendors. Some of the products are found in both vendors. These are the items that I want to filter for.

 

I want to create a calculation or parameter that will allow me to filter for just items that have matching Vendor Part Number AND Manufacturer Name. All other dimensions do not have to match.

 

Below is a sample of my data and my Tableau workbook. On the Excel sheet, the items highlighted are items I would want to filter for being that they have have matching Vendor Part Numbers and Manufacturer Names.

4 respuestas
  1. 28 jul 2017, 18:13

    Chris,

     

    I think I was able to do this with an EXCLUDE LOD.

     

    Check this out:

     

    Chris, I think I was able to do this with an EXCLUDE LOD. Check this out: This sums the number of records (without taking into account description or vendor, i.e.

    This sums the number of records (without taking into account description or vendor, i.e. at a higher level of aggregation than the table)

     

    That leaves you with a table like this:

    pastedImage_1.png

    At this point, all you need to do is add a filter on the calculation we built above where #Records > 1, and that will leave you with just the records you care about:

     

    pastedImage_2.png

    Let me know if that helps!

     

    Derek

0/9000

When a donation is received via a trust or as a royalty or residual income when a donor who designates the non-profit as the beneficiary, who is the donor? It seems to me that like a donor-advised-fund donation, the person we think of as the donor would be an influencer who gets soft credit but that the trust or the company paying out the royalty is the actual donor. If this is, indeed, the case, in which situations is the deceased person the actual donor rather than an influencer?

#Donors #Records

2 respuestas
0/9000
2 respuestas
0/9000

We update a QuoteLineItem record to update a date field. This sometimes works perfectly, but sometimes fail with:

unable to obtain exclusive access to this record or 1 records: 0066900001iznb8AAA

As we can see, this is an opportunity ID.

 

Why does updating an QuoteLineItem record locks the Opportunity?

 

What i noticed is that we have an rollup summary on Quote to rollup QuoteLineItem records. Can this be the reason? Or could there be other causes?

 

We don't see any rollup-summary from Opportunity to Quote.

 

#Apex #Records #DML Errors #Locking DML #Locking

3 respuestas
0/9000

Good Morning,

 

I have a calculated field which divides #Records/Trays. The view is filtered by Location. When I drill down to Location, each individual location rate is correct. However, when I pan out to include all Locations, tableau is adding up each rate by location, rather than calculating a rate for all locations combined.

 

Any tips would be appreciated!

2 respuestas
0/9000

Learn how to attach files to records and keep information on an opportunity, account, or case right where you need it.

 

Click ⬇️  to learn more!

Attach Files to Records

4 comentarios
0/9000
2 respuestas
0/9000

Hi Folks - Hope you all are doing good, I need your help in below case. 

- I have created one junction object called job applicant. When I am trying to insert details into it as an admin, I am successfully be able to do that.

- However user from my org.  whose profile I have created and in custom object setting I have given him and access of Read, Edit and Create. When he is trying to create a record and save it. He is getting error which I attached in this case. 

 

I have tried following things but no luck.

 

- Deactivated approval process which has record lock option, though I tried to delete but system did not allowed me. 

 

#Records ct with following permission Create, Read and Write. 

 

Looking forward for your help.

 

Good day :)

3 respuestas
  1. 8 jul 2021, 06:25

    If you want non-admin users to be able to edit records locked in approval process, provide 'modify all' object-level permission on their profile for the given object.

0/9000