Forum Discussion

BoyerAlexis's avatar
BoyerAlexis
Frequent Visitor
4 years ago
Solved

Automaticly generate missing rows

Hi,   I'm facing an issue at work. I've got a table with monthCode, city, action as columns, like so : MonthCode City Actions 1 Dijon 5 1 Nevers 2 1 Autun 8 2 Dijon 8 ...
  • FarhanAhmed's avatar
    4 years ago

    If you want to view records that are no available for months you can do following

     

    - Create a separate table for City

    - Create a separate table for MonthCode

    - Join Both table with this main table

    - Use City & MonthCode from those new tables in Table Visual

    - Use Actions from main table

    - in Table Visual fields right click on city and check "Show Items with no data"

    - you will get following results  as show in Table 2