https://learninghub.kx.com/forums/topic/fundamental-capstoen-ex-1-2
When I call my showTableSummary function is gives me a mismatched type error.
It was working before not sure how to fix it. This is my code for it:
{
tableNames: tables;
tableSummary: ()!();
// Initialize an empty dictionary
{tableSummary: count get x} each tableNames;
// get retrieves data from the table
// use tableSummary: to assign value to key x
tableSummary
// Return the dictionary
}