- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Dynamic Stock Turnover Report Progress
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-06-2018 11:01 PM - edited 06-06-2018 11:04 PM
Hi, I'm feeling really close to solve my problem for a dynamic Stock Turnover Report but yet I have some issues where I need your advice first my tables looks like this, Pretty much straight forward. I get the columns in my Article list from, that gives me a start date and an end date for each article.
Start-LastTransactionDate = LASTDATE('Start-StockBalancePerDateTable'[Date])
End-LastTransactionDate = LASTDATE('End-StockBalancePerDateTable'[Date])
But now I want to add two more columns in the Article Table and that is the StockBalancePerDate columns from each Table. (e.g Start-StockBalance for Article A is 29 End-StockBalance for Article A is 35)
I can't get the RELATED function to work, somehow I get a message that the tables don't have any relation, but as you can see in the Relationship-picture there is a relation between the tables.
Start-StockBalancePerDateTable'
End-StockBalancePerDateTable
Article
Relationships
Best regards
/Johan
Re: Dynamic Stock Turnover Report Progress
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-06-2018 11:35 PM
On your last picture it looks strange because It looks like you have clicked on the relation but only the Article filed from Start-Stock is highlighted
The ArticleNo from Article should be highlighted
Can you go on your relation editor and check that the relation is on Article.No on both tables ?
- Quentin
Re: Dynamic Stock Turnover Report Progress
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2018 12:21 AM
Hi @quentin_vigne I beileve that's just in the picture, heres another one where Article and ArticleNo are highlited, I've also a Calendar table.