Skip to main content

Questions tagged [view]

This tag is for questions about database view or UI / architectural view. See also the following tags: sql-view, android-view, uiview.

Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

Has anyone figured out a way to export a view or a Materialized view data from Star rocks out to a format like CSV / JSON mainly by making sure the data doesn't refresh or update during the export ...
TechatMTL's user avatar
4 votes
2 answers
417 views

I am getting the message: Adding '_UIReparentingView' as a subview of UIHostingController.view is not supported and may result in a broken view hierarchy. Add your view above UIHostingController.view ...
PW1990's user avatar
  • 541
-1 votes
2 answers
133 views

I am trying to flatten out two different tables for a report(view) but I am having a hard time. One table is tbRecord which contains a unique master record id and a ...
EasyE's user avatar
  • 587
Best practices
0 votes
3 replies
55 views

Let's say my View has a bunch of sub-views, controlled by switches. ...
CTMacUser's user avatar
  • 2,082
0 votes
1 answer
153 views

Note that I do not agree that my question is a duplicate of the linked question, even though the title would appear to imply it is. The accepted answer to that question is to force unwrap Binding<...
Peter M's user avatar
  • 7,617
0 votes
0 answers
36 views

I have a Customer table storing customer information like first name, last name, etc., and a separate Address table. In the ...
Farnaz JM's user avatar
Advice
0 votes
2 replies
68 views

I am trying to create a visual overview / diagram for an old SQL Server database. I have already looked through similar questions and articles, but I couldn't find a program that suits the task. I ...
simplepoint25's user avatar
4 votes
2 answers
148 views

I have a QColumnView with a QFileSystemModel attached to it, and I am trying to get information on what file is being hovered over in that model view. I do have mouse tracking enabled, however it ...
James Bell's user avatar
0 votes
1 answer
103 views

I'm creating a WPF application to manage inventory, but I'm having trouble creating the views. I'm using the MVVM pattern, and I'm getting an error when instantiating the Views XAML file. It would be ...
BFD03's user avatar
  • 1
2 votes
1 answer
74 views

I've implemented SignalR as an add-on to a user-to-user messaging system. I use it to notify the recipient that they've received a message. This works when the recipient is already viewing their ...
AMP59's user avatar
  • 45
0 votes
1 answer
82 views

I've got a list in detail of a NavigationSplitView. The data is stored with RealmSwift. ...
user2836375's user avatar
0 votes
0 answers
70 views

I'm using Drupal 10 with the Bootstrap 5 theme. I created a pattern with Pathauto: product/tag/[term:name] and set up a few brands in the taxonomy. The links became: mysite.com/product/tag/brandone ...
Mohammad Ghasemzadeh's user avatar
0 votes
0 answers
148 views

I'm working on this Python3/flet0.28.3 project, on Macos M1: main.py: ...
PyTom's user avatar
  • 1
0 votes
0 answers
36 views

I am using a fairly stock version of the calendar on a RockRMS website. Don't worry about that if you aren't familiar. There will be Lava code mixed in the JS below. Just ignore that. It is set to the ...
Andrew Todd's user avatar
1 vote
1 answer
79 views

What I'm currently doing is this: ...
PhilippR's user avatar
0 votes
1 answer
84 views

I have a Python script, Flet multipages based using flet_routing module. I would like to know if is there a way, when changing page using 'page.go('/new_page'), to pass variables from first page to ...
PyTom's user avatar
  • 1
0 votes
1 answer
82 views

I'm building a resolution-independent WPF application. The MainWindow uses a ContentControl to load views dynamically: ...
Iksd's user avatar
  • 13
0 votes
2 answers
248 views

I took the SQL down to the very very bare basics and it still fails on the Insert statement. ORA-22992: cannot use LOB locators selected from remote tables ...
B-Rent's user avatar
  • 3
-1 votes
1 answer
91 views

I'm trying to get only latest visit_date from my table view by using store_id, but in visit_date showing old dates as well, I need only latest visit_date from visit_date column by using store_id in ...
Chinnu's user avatar
  • 9
2 votes
1 answer
327 views

I downloaded the latest Interbase from here https://altd.embarcadero.com/download/interbase/2020/latest/InterBase_2020_Windows.zip and used the trial version. Upon installation, either as 32-bit or as ...
awakanto's user avatar
1 vote
1 answer
49 views

I'm trying to move this view, which is currently at the top and blue, down. I've tried everything I can think of, but it hasn't moved and remains at the top.enter image description here As you can see ...
amir's user avatar
  • 11
0 votes
0 answers
32 views

I’m working on a Spring Boot service with a Postgres database. I want to fetch data using a native query that leverages a view and a function, and map the results to an entity with a projected array/...
Tim C.'s user avatar
  • 43
-1 votes
1 answer
52 views

In the model ir.ui.view in odoo 18, i want to get the inactive lines of the one2Many-field: inherit_children_ids as permanently ...
Ahrimann Steiner's user avatar
3 votes
1 answer
105 views

I'm using an Azure managed instance of SQL Server and Management Studio. I have created a view in one database (DB1) that pulls a few different columns from a table ...
Fettster777's user avatar
0 votes
2 answers
107 views

This is the view: ...
mcpierce's user avatar
  • 320
0 votes
1 answer
111 views

In the SwiftUI documentation I found this table: ...
Marco de Wit's user avatar
  • 2,836
0 votes
1 answer
127 views

I would like to overlay text over my TradingView graph. I would like to show the text "over bought" at the RSI 85 level, centered in white, and also show the text "over sold" at ...
Nabeel Saeed's user avatar
0 votes
1 answer
92 views

I have created a view (dbo.twhinr910100) WITH SCHEMABINDING on a table (dbo.twhinr110100), ...
Freno's user avatar
  • 13
0 votes
1 answer
77 views

In my app there's a list in a NavigationStack for selecting an object for the next view. This is working well. But after restarting the app the selected item should be preselected. I've tried the ...
user2836375's user avatar
0 votes
0 answers
29 views

jakarta.servlet.ServletException: Circular view path [error]: would dispatch back to the current handler URL [/error] again. Check your ViewResolver setup! (Hint: This may be the result of an ...
Swati Jha's user avatar
1 vote
1 answer
90 views

I've created SQL View in SQL Server database which returns rows with list of columns: ...
Robert Daraż's user avatar
0 votes
1 answer
106 views

I have a MainActivity class inside which I change various fragments, each of which contains a number of buttons. There is an OnClickListener on these buttons, and I need a check to be performed when ...
TEILabs's user avatar
1 vote
2 answers
147 views

In Snowflake, while individual views lack an UNDROP command, restoring a dropped database using UNDROP DATABASE reinstates all its contained objects, including views, provided the restoration occurs ...
abdoulsn's user avatar
  • 1,211
2 votes
0 answers
57 views

I’m building a questionnaire module using Kotlin and views, retrieving JSON-based questionnaires from a server. The questions vary in type: open-ended, multiple choice, selection, drawing, or a ...
Klutz's user avatar
  • 21
0 votes
1 answer
196 views

I am using .NET C# with the SparkSQL ODBC driver to run a query against Databricks. To test my query, I first test and run in a SQL Notebook in the Databricks portal. I create a TEMP VIEW and then use ...
sinDizzy's user avatar
  • 1,394
0 votes
1 answer
104 views

I have data like this: ID Text Result I Want 1 abc null Passed 1 Passed Passed Passed 1 def null Passed 2 ghi null Failed 2 jhg null Failed 2 Failed Failed Failed There are several ways to do this I ...
littlequery's user avatar
1 vote
0 answers
34 views

Here is presented a part of layout I have in project, I use databinding. ...
amsuredev's user avatar
0 votes
1 answer
72 views

I have a database view, based on a table with an additional column. My classes first looked like this: ...
Helmut's user avatar
  • 502
0 votes
0 answers
52 views

I've just joined an organisation whose production website uses a SQL Server database. My boss wants more integration tests, using Sqlite. One slice I need to test uses a database view defined as: <...
OutstandingBill's user avatar
0 votes
0 answers
33 views

I'm implementing a feature that allows me to capture the screen right now. In the layout, SurfaceView is placed on a full screen, and the appropriate size of WebView is displayed on the SurfaceView to ...
collin's user avatar
  • 11
0 votes
1 answer
85 views

I have the following table ...
altink's user avatar
  • 375
-1 votes
1 answer
47 views

So, in a tab, i'm displaying a list of Friends, when selecting one of the friends, the data should go to another list Participants. Friends and Participants list It works fine until you try to add ...
Rafael Goulart's user avatar
0 votes
1 answer
36 views

Is there a way that I can expand an existing table into something like a view, replacing the (null) value with multiple records? Basically, (null) represents that the user has access to all the roles ...
Nova's user avatar
  • 31
0 votes
1 answer
197 views

In an Odoo v17 application, in a tree view inside a page, I need to show a column depending on a certain field. There is a transport field whose value can either be 'air' or 'ocean'. If 'air', I need ...
Sheenergizer's user avatar
-1 votes
1 answer
43 views

I want to add posts in adding system from user profile page (without creating another page to adding). To profile page including html file for creating post I created model, form, view and html but ...
Максим Шолох's user avatar
0 votes
1 answer
164 views

I created a field in the model and its view, tested it and it worked. Then later deleted it, including in the database. When I created another field and restarted the system, it's generating an error ...
Chijioke Kanu's user avatar
0 votes
0 answers
104 views

I am in the process of developing an indicator in pinescript v5 which plots buy/sell signal and based on that fires the alert condition to execute auto trade. The problem I am facing is, 1. Assume ...
Bhairav BankNifty's user avatar
0 votes
0 answers
55 views

I am creating a Drupal site, where I have an "Event" Content type. The content type contains a start date and an end date field, both of which are Date fields. I want to create a Drupal view ...
A. Mustafi's user avatar
0 votes
0 answers
86 views

I'm using Oracle DB and I'm trying to map part of my schema. I'm using the following query to recieve all views existing in my schema for further analysis: ...
Rabers's user avatar
  • 45

1
2 3 4 5
520