looping through two external dictionaries at a time

Discussions about CSEntry
Post Reply
manishcspro
Posts: 67
Joined: June 26th, 2017, 2:15 pm

looping through two external dictionaries at a time

Post by manishcspro »

I want to compare data of two different data files of same nature or unit.
For that I have created a menu program to select district, division, month, year.
If I select a particular district, division, month, year then it should create html output having Id's
and the column values of current month and previous month.
but is results NOTAPPL values in one column.
Please guide me..
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: looping through two external dictionaries at a time

Post by josh »

There isn't enough information to know what the problem could be. I would recommend adding some trace statements to your logic to see why the values are notappl. If you can't figure it out then post your application here so we can see the code.
Post Reply