Search found 433 matches

by EPO / PATSTAT Support
Thu Jul 27, 2023 5:14 pm
Forum: PATSTAT Product Line
Topic: Rows to columns: Listing inventors and applicants in the same row
Replies: 1
Views: 3040

Re: Rows to columns: Listing inventors and applicants in the same row

Hello Paulo, I assume you are using PATSTAT Online, which does not allow to make functions, procedures or dynamic SQL. Basically, what you are doing is de-normalising the (relational) data. Have a look at the query below; you can expand it to cover as many applicants or inventors you need (currently...
by EPO / PATSTAT Support
Wed Jun 14, 2023 9:31 am
Forum: PATSTAT Product Line
Topic: Count of European patent applications
Replies: 1
Views: 3378

Re: Count of European patent applications

Hello Alexis, it is in principle impossible to reproduce the filing figures published by the EPO, using PATSTAT. The data is based on applications (including applications that have been withdrawn - witdrawels before publication are NOT in PATSTAT, and nowhere else for that matter, except in EPO stat...
by EPO / PATSTAT Support
Wed Jun 07, 2023 11:42 am
Forum: PATSTAT Product Line
Topic: generate list of EP applications having at least one X-citation
Replies: 1
Views: 1802

Re: generate list of EP applications having at least one X-citation

A bit reworked, have a look and check. The list does not include cited NPL ! select distinct t1.appln_id,t1.appln_auth+t1.appln_nr+t1.appln_kind application, t1.appln_filing_date filing_date, t5.publn_auth+t5.publn_nr+t5.publn_kind citing_publication, t5.publn_date citing_publication_date, t10.publn...
by EPO / PATSTAT Support
Tue Jun 06, 2023 12:26 pm
Forum: PATSTAT Product Line
Topic: application with missing CPC code
Replies: 1
Views: 1291

Re: application with missing CPC code

Hello weiecon, CPC codes are in principle only available for those applications where a CPC code was assigned by any of the participating offices, or where there was a simply patent family member that already has a CPC code. Have a look at this coverage information: https://public.tableau.com/app/pr...
by EPO / PATSTAT Support
Fri Jun 02, 2023 8:55 am
Forum: PATSTAT Product Line
Topic: Understanding results of number of patent applications
Replies: 2
Views: 2620

Re: Understanding results of number of patent applications

Hello khanhhienbi, there is a small error in your query, the last for 3 lines in your SELECT clause have a correct "heading/alias" for the columns (2020,2021,2022), but they all show the values for 2019. So the real values are not shown. Below is a correction. SELECT psn_name, person_ctry_...
by EPO / PATSTAT Support
Thu Jun 01, 2023 11:07 am
Forum: PATSTAT Product Line
Topic: PATSTAT Introduction seminar (beginner, free)
Replies: 0
Views: 1054

PATSTAT Introduction seminar (beginner, free)

This online seminar introduces PATSTAT Online and its beginners' interface, as well as demonstrating more advanced statistical analyses using the structured query language (SQL).The PATSTAT product line provides a unique basis for the advanced statistical analyses of patent data. Join us for this ex...
by EPO / PATSTAT Support
Tue May 30, 2023 11:46 am
Forum: PATSTAT Product Line
Topic: opposition count by ipc 4digit
Replies: 1
Views: 1478

Re: opposition count by ipc 4digit

Hello Elisa, I changed a couple of small things in your query. And I removed (by making SQL lines as comments) a couple of the conditions which are not wrong, but not necessary neither. All information on opposition procedures in PATSTAT Register are linked to granted EP patent applications. So they...
by EPO / PATSTAT Support
Tue May 30, 2023 10:40 am
Forum: PATSTAT Product Line
Topic: ARIPO/African Patents - Designated States?
Replies: 1
Views: 1155

Re: ARIPO/African Patents - Designated States?

Hello Zecon, patents that have been filed ARIPO have the WIPO ST.3 code AP. Using a condition such as appln_auth = 'AP' will retrieve patents filed at ARIPO. There aren't that many, see in espacenet: https://worldwide.espacenet.com/patent/search?q=ap%20%3D%20%22AP%22 EP patents can not designate ARI...
by EPO / PATSTAT Support
Wed May 24, 2023 9:20 am
Forum: PATSTAT Product Line
Topic: Citation added
Replies: 5
Views: 12663

APP Citations (and Pre-Search) linked to US-A1 publications after publication of A1.

Hello Galskari, I think your question is rather for the USPTO to answer. All citation information the EPO receives comes from the USPTO, so they are authoritative on how and when APP citations (or IDS data) are becoming available to the public. On a personal note: I observed that patents listed in t...
by EPO / PATSTAT Support
Tue May 16, 2023 4:32 pm
Forum: PATSTAT Product Line
Topic: Appln_id missing from tls201
Replies: 4
Views: 1159

Re: Appln_id missing from tls201

The short version: those are events reported by the Brazilian patent office for the PCT when the PCT application enters the national phase. Long version: PCT applications (Wipo), can be filed at a number of PCT receiving offices (EP, CN, US, IB, ....). Once the PCT is published, the applicant can th...