Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
0 votes
5 replies
84 views

As part of an interview assignment, I am supposed to answer one question about high-risk customer segments. I am supposed to calculate DTI and check the distribution for different categories Gender, ...
Best practices
0 votes
0 replies
61 views

Imagine there's a reporting tool for which users might have the permission 'Admin' or 'User'. We have a dimension in our models called admin_view and if the value is true then only users with Admin ...
Best practices
0 votes
2 replies
129 views

I’m designing a domain model where some entities evolve over time, and I need to keep a historical record of their state that can be retrieved later. A simplified example: A Credit Line represents a ...
0 votes
0 answers
51 views

How do I make it so the entity set, SUV, is a CAR, though the entity set CAR is not a SUV in an ERD?
Theo's user avatar
  • 21
1 vote
1 answer
117 views

Screenshot from DAX Studio Screenshot from Semantic Model I’m working in a Microsoft Fabric Semantic Model (same behavior as Power BI Desktop model) and I’m trying to sort one column by another using ...
0 votes
1 answer
53 views

I have a DynamoDB table defined as follows: Partition key: id (string) Sort key: ruleId (string) Example item: { "id": "123", "ruleId": "abc" } What I want is ...
2 votes
1 answer
55 views

I am developing web application using Gin and MongoDB. I have defined models for user like, type User struct { Id nftdb.ObjID `bson:"_id,omitempty"` Tenant string ...
1 vote
0 answers
55 views

I'm trying to build a bar chart in Power BI where the X-axis shows the following: A "PAST" bucket representing all data before today The next 12 months, displayed as 3-letter month names ...
1 vote
1 answer
279 views

I want to implement SCD-Type2, and keep track of historized data, I am using for this task DuckDB, but I found out that DuckDB does not support Merge Statement. The idea I have is to have two separate ...
MuGh's user avatar
  • 165
2 votes
0 answers
153 views

Say I have some simple struct, eg: struct SomeStruct { things: Vec<usize> recent_thing: Option<usize> } I'm trying to assert some invariant on this struct. For example, maybe we want ...
0 votes
1 answer
40 views

Is there a best practice to handle OLTP lookup tables( code-name-description tables) when converting to Dimension? Eg, the ACCOUNT table in OLTP has almost 15 codes (Eg: TRADING_PLATFORM_CD, ...
1 vote
2 answers
39 views

I have a model about a butcher shop. The entities refer to "Bestellung" => "Order" (Like order to get more inventory) "Lieferant" => "Supplier" "...
1 vote
1 answer
66 views

In MongoDB (version 8) I'm wondering about the most read-efficient way of storing a "sharing mechanism". I.e. the users can share items with other items within the same collection. When ...
0 votes
0 answers
24 views

I want to start picking up modern development so I’m looking at writing a simple web app for CRM / contact management. I’ve seen the likes of https://schema.org and also Microsoft’s Common Data Model, ...
Danny's user avatar
  • 359
0 votes
1 answer
89 views

For displaying the (daily-weekly-monthly-annual) total profits for the store's dashboard. I want to store the data in an array for each store to not have multiple docs for the same store but different ...

15 30 50 per page
1
2 3 4 5
...
208

AltStyle によって変換されたページ (->オリジナル) /