0

View from another database

I have a database in Ninox called Anniversaries and another database called Work L41 where there is a table called Jobs . I would like to create a view in the Anniversaries database that would show me all the records in the Jobs table in the Work L41 database

4 replies

null
    • Fred
    • 3 mths ago
    • Reported - view

    That would be the do as database function.

    Only available to on-prem or private cloud users.

      • John_Halls
      • 3 mths ago
      • Reported - view

       More's the pity...

    • Ninox partner
    • RoSoft_Steven.1
    • 3 mths ago
    • Reported - view

    You can do this with API in public cloud by displaying the view as a html table...

    • Ninox partner
    • RoSoft_Steven.1
    • 3 mths ago
    • Reported - view

    Even more simple if you have a public cloud account, is to make a tableview in your Work L41 database of your table and share this view as html-table.

    In your other table you can use the code below to show your table :

    html(---
    <!DOCTYPE html>
    <html lang="nl">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ninox table</title>
    </head>
    <body>
        <iframe src="https://share.ninox.com/tfx9aquscm1rn1xxafhsbvssphq1" width="100%" height="600px" style="border:none;"></iframe>
    </body>
    </html>
    ---)

Content aside

  • 3 mths agoLast active
  • 4Replies
  • 56Views
  • 4 Following