View Issue Details

IDProjectCategoryView StatusLast Update
0001723CaseTalk ModelerGeneration (SQL, XML, etc)public2022-01-10 20:40
ReporterMarco Wobben Assigned ToMarco Wobben  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version9.1Fixed in Version9.1 
Summary0001723: Generate views which express the data
DescriptionCaseTalk uses expression to enter the datamodel, and generates databases in structure. It would be nice to generate a view on tables which represent the data in a readable format similar to the original expressions.
TagsNo tags attached.
Attached Files
DatabaseExpressions.png (40,672 bytes)   
DatabaseExpressions.png (40,672 bytes)   
CaseTalk Editionunknown

Activities

Marco Wobben

Marco Wobben

2018-05-28 12:30

administrator   ~0001185

CREATE VIEW $SCHEMA$.Employee_Expression AS
 SELECT employee_no,
 'Employee ' || employee_no || ' has name ' || Employee_Name || '.' AS FactExpression
 FROM Employee
 UNION
 SELECT employee_no,
 'Employee ' || employee_no || ' has title ' || Title || '.' AS FactExpression
 FROM Employee
 UNION
 SELECT employee_no,
 'Employee ' || employee_no || ' is arranged to division ' || Division || '.' AS FactExpression
 FROM Employee;
Marco Wobben

Marco Wobben

2022-01-10 20:40

administrator   ~0003489

Closing automatically, stayed too long in resolved state. Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2018-05-18 11:17 Marco Wobben New Issue
2018-05-18 11:17 Marco Wobben Status new => assigned
2018-05-18 11:17 Marco Wobben Assigned To => Marco Wobben
2018-05-28 12:30 Marco Wobben File Added: DatabaseExpressions.png
2018-05-28 12:30 Marco Wobben Note Added: 0001185
2018-06-21 12:28 Marco Wobben Status assigned => resolved
2018-06-21 12:28 Marco Wobben Resolution open => fixed
2018-06-21 12:28 Marco Wobben Fixed in Version => 9.1
2022-01-10 20:40 Marco Wobben Note Added: 0003489
2022-01-10 20:40 Marco Wobben Status resolved => closed