Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
44 views

I have the requirement to extend a standard SAP CDS view to add one field. The standard CDS view have a group by clause, therefore I'm getting the following error when I extend it: The Group by ...
darth-coder's user avatar
0 votes
1 answer
69 views

I've got a list in detail of a NavigationSplitView. The data is stored with RealmSwift. @EnvironmentObject var realmService: RealmService @ObservedRealmObject var selectedGroup: Group @...
user2836375's user avatar
0 votes
0 answers
93 views

I'm working on this Python3/flet0.28.3 project, on Macos M1: main.py: from flet import * from flet_route import Routing,path from pages.LOGIN import Login from pages.HOME import Home from pages.EDITOR ...
PyTom's user avatar
  • 1
1 vote
1 answer
69 views

What I'm currently doing is this: SELECT time_bucket('60 min', raw_data.timestamp) AS time_60min, COUNT(raw_data.vehicle_class) AS "count", raw_data.vehicle_class AS "...
PhilippR's user avatar
0 votes
1 answer
73 views

I'm building a resolution-independent WPF application. The MainWindow uses a ContentControl to load views dynamically: <Border Grid.Row="1" Grid.Column="1" BorderThickness="...
Iksd's user avatar
  • 13
-1 votes
1 answer
90 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
  • 11
1 vote
1 answer
46 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
1 answer
51 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 displayed. I have tried to customize using a custom module (see below) ...
S Bonnet's user avatar
  • 1,722
0 votes
2 answers
106 views

This is the view: SELECT DISTINCT d.comic_book_id as comic_book_id, d.comic_detail_id as comic_detail_id, d.archive_type as archive_type, ...
mcpierce's user avatar
  • 320
0 votes
1 answer
106 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
70 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
1 vote
1 answer
88 views

I've created SQL View in SQL Server database which returns rows with list of columns: Id, SupplierName, EmailAddress, PhoneNumber, CsatRating, CsatRatingCount, Latitude, Longitude, AddressLine1, ...
Robert Daraż's user avatar
1 vote
2 answers
117 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,201
0 votes
1 answer
182 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,384
1 vote
0 answers
29 views

Here is presented a part of layout I have in project, I use databinding. <com.google.android.material.textfield.TextInputLayout android:id="@+id/til_name" android:layout_width=&...
amsuredev's user avatar
0 votes
0 answers
46 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
1 answer
79 views

I have the following table CREATE TABLE [OMEGACA].[ACC_POL] ( [POLICY_ID] [int] IDENTITY(1,1) NOT NULL, [POLICY_NAME] [nvarchar](200) NOT NULL, [POLICY_DESC] [nvarchar](1000) NULL, [...
altink's user avatar
  • 375
0 votes
1 answer
32 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
-1 votes
1 answer
42 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
0 answers
19 views

When I start JupyterLab desktop app, and open a notebook, I always want the table of contents to show. I have asked ChatGPT, but the solutions do not work. I am not able to edit the user settings. ...
Fred J. Hickernell's user avatar
0 votes
0 answers
14 views

I have a layout in which three checkboxes are all located at the same position. Only one of the checkboxes is enabled and visible at a time, depending on other parameters. I'm getting a "cb_xxx ...
Steve's user avatar
  • 1
0 votes
0 answers
59 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
75 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: select * from all_views where owner like '%...
Rabers's user avatar
  • 45
-2 votes
1 answer
399 views

The summary of a Border according to the documentation is The .NET Multi-platform App UI (.NET MAUI) Border is a container control that draws a border, background, or both, around another control. A ...
L_J's user avatar
  • 1
0 votes
2 answers
43 views

I have two tables in my Databricks Unity Catalog. Data of trips, approximately 30.000 rows. TripID Client Location Start End ... ABC client1 loc1 2023-01-01T00:00:00 2023-01-01T08:00:00 ... DEF ...
FrancoisDuCoq's user avatar

1
2 3 4 5
520