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.
25,982 questions
0
votes
0
answers
20
views
Exporting date from Starrocks Generated Views with consistency
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 ...
4
votes
2
answers
417
views
iOS 26 broken view hierarchy on Menu
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 ...
-1
votes
2
answers
133
views
Join two table with column values based on condition being met [closed]
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 ...
Best practices
0
votes
3
replies
55
views
If my SwiftUI View's sub-views based off constant Boolean values, can I fix them in advance?
Let's say my View has a bunch of sub-views, controlled by switches.
...
0
votes
1
answer
153
views
Passing nullable struct into view in SwiftUI [duplicate]
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<...
0
votes
0
answers
36
views
How can I save the address information within the Customer controller, considering the address is in a separate table?"
I have a Customer table storing customer information like first name, last name, etc., and a separate Address table. In the ...
Advice
0
votes
2
replies
68
views
Visualize SQL Server 'View' dependencies in a diagram
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 ...
4
votes
2
answers
148
views
Qt mouseMoveEvent does not work with QColumnView
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 ...
0
votes
1
answer
103
views
WPF MVVM: View XAML throws runtime exception when instantiating inventory management window
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 ...
2
votes
1
answer
74
views
Configure SignalR to work in all views. Which view is currently being viewed, in ASP.NET MVC?
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 ...
0
votes
1
answer
82
views
RealmSwift: List not refreshing after changes on data
I've got a list in detail of a NavigationSplitView. The data is stored with RealmSwift.
...
0
votes
0
answers
70
views
Issue with Taxonomy Term ID and Views in Drupal 10
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
...
0
votes
0
answers
148
views
How can I fix this error in my python3/flet script?
I'm working on this Python3/flet0.28.3 project, on Macos M1:
main.py:
...
0
votes
0
answers
36
views
Why are calendar items limited to one month?
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 ...
1
vote
1
answer
79
views
TimeScaleDb/Postgres: Materialized Views(COGG): GROUP BY: group by certain field values
What I'm currently doing is this:
...
0
votes
1
answer
84
views
Python-Flet_Routing: pass variables between Views(pages)
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 ...
0
votes
1
answer
82
views
WPF DataGrid ignores container height, outgrows row
I'm building a resolution-independent WPF application. The MainWindow uses a ContentControl to load views dynamically:
...
0
votes
2
answers
248
views
ORA-22992: cannot use LOB locators selected from remote tables
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
...
-1
votes
1
answer
91
views
Get latest visit_dates from table by using store_id
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 ...
2
votes
1
answer
327
views
Embarcadero InterBase 2020 Server Edition Update 6 views with more than 2 UNION ALL Select Statements Fails
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 ...
1
vote
1
answer
49
views
Why isn't my React Native view moving down?
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 ...
0
votes
0
answers
32
views
Spring Boot + Postgres: Native Query/Projection Not Populating Array Attribute from Function/View
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/...
-1
votes
1
answer
52
views
How to display inactive inherit_children_ids lines in ir.ui.view's form?
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 ...
3
votes
1
answer
105
views
SQL view still displaying data from a table in a renamed database
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 ...
0
votes
2
answers
107
views
View created fine before, now fails every time on Postgres using Liquibase
This is the view:
...
0
votes
1
answer
111
views
A generic SwiftUI view for TableColumn
In the SwiftUI documentation I found this table:
...
0
votes
1
answer
127
views
How can I overlay text using TradingView Pine Script?
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 ...
0
votes
1
answer
92
views
SQL Server ignores indexes
I have created a view (dbo.twhinr910100) WITH SCHEMABINDING on a table (dbo.twhinr110100), ...
0
votes
1
answer
77
views
Select an item of list in NavigationStack for view restoration
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 ...
0
votes
0
answers
29
views
Circular view path [error]: would dispatch back to the current handler URL [/error] again. Check your ViewResolver setup! springboot
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 ...
1
vote
1
answer
90
views
SQL view doesn't return nested objects
I've created SQL View in SQL Server database which returns rows with list of columns:
...
0
votes
1
answer
106
views
How to track all clicks on items in an android activity
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 ...
1
vote
2
answers
147
views
Undrop Views in Database ok Undrop Views NOK
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 ...
2
votes
0
answers
57
views
Developing a Questionnaire Module in Kotlin (Handling Multi-Type Questions & Retrieving Answers)
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 ...
0
votes
1
answer
196
views
Databricks with temp view with syntax error [PARSE_SYNTAX_ERROR]
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 ...
0
votes
1
answer
104
views
Joining tables with Bigquery Materialized View
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 ...
1
vote
0
answers
34
views
com.google.android.material.textfield.MaterialAutoCompleteTextView height issue
Here is presented a part of layout I have in project, I use databinding.
...
0
votes
1
answer
72
views
EF Core view derived from table unexpected results
I have a database view, based on a table with an additional column.
My classes first looked like this:
...
0
votes
0
answers
52
views
Sqlite view not populating from "underlying" (?) table
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:
<...
0
votes
0
answers
33
views
How can I capture SurfaceView and General View on Android at the same time?
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 ...
0
votes
1
answer
85
views
Nvarchar table column gets as varchar in view
I have the following table
...
-1
votes
1
answer
47
views
React Native - updating a list rewrites data
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 ...
0
votes
1
answer
36
views
Is there a way I can expand a query if one value is null in Oracle SQL?
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 ...
0
votes
1
answer
197
views
How can I dynamically show/hide a column in a tree view depending on a field in Odoo version 17
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 ...
-1
votes
1
answer
43
views
Django form doesn`t appear in page
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 ...
5
votes
1
answer
162
views
0
votes
1
answer
164
views
Odoo still remember deleted fields in the model
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 ...
0
votes
0
answers
104
views
In Pinescript v5, I am not able to maintain persistent state of a variable
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 ...
0
votes
0
answers
55
views
How to filter a Drupal View using text entered into a Textfield
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 ...
0
votes
0
answers
86
views
PL SQL export data
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:
...