How export two or more tables from excel

Alexandre17
Tera Expert

I need export records to csv/excel.
I know i can export using ....nametable_list.do?sysparm_query=column=criterium%26CSV ...
But, i need export two table, like this:

tb1
column1
column2

tb2
column1
column2 / reference tb1

So, the question is:
-is posible create one link with two tables ?
-or the best way is create a new table, and populate with records from two tables, and then after using url link in this new table?

1 ACCEPTED SOLUTION

Ravi9
ServiceNow Employee
ServiceNow Employee

OR you can create a database view and try to export from there ! might work ...

View solution in original post

4 REPLIES 4

Ravi9
ServiceNow Employee
ServiceNow Employee

OR you can create a database view and try to export from there ! might work ...

Martin Ivanov
Giga Sage
Giga Sage

Hi. Consider creating database view and then export data from it. 

Look the docs for Database views to get more insights. 

Please Mark Correct AND Helpful. Thanks!

Martin Ivanov
2022 Community Rising Star


Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024

Alexandre17
Tera Expert

Good.... it is what i need, and works 

find_real_file.png

Martin Ivanov
Giga Sage
Giga Sage

Alexandre, you can mark only one response as Correct. If this is mine, consider changing the correct answer. Thanks!


Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024