Database View not working fields not display info
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 06:45 PM
Hi guys!
I'm trying to build a database view with two tables, cost_plan & cost_plan_breakdown.
The requirement is to make a report like this:
All cost_plans have a cost_plan_breakdown, but also a project_funding and a fiscal_period. I'm not able to display project_funding info also i'm not able to display fiscal_period.
Any suggestion?
This is what the join is displaying, only cost_plan names 🤔
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 07:01 AM
Hi Daniel142,
Try where clause 'cpb_cost_plan=cp_sys_id'. As 'name' is a string field, and cost_plan_breakdown.cost_plan is a Reference field to a record in the cost_plan table.