Benjamin Cowdery

DSAT cross-ILR function - loading two FIS returns

Created

None

Hi

When I try to select a second FIS return it keeps taking me to the last one I uploaded.  Any ideas how I can import a second earlier one for putting into the cross ILR page?  I don't appear to be able to import two FIS at the same time?

Replies

No one has replied to this post.


Martin West

This may be due to the standard setting this year used by FIS

Data Source=ASUS-DESKTOP;Initial Catalog=ILR2021;Integrated Security=True

If you use the standard settings then the previous return will not be available as it only references the year and not the period and any previous return in the same year will have been overwritten.

If you include the period (Using the config file) as shown below then previous periods will be available.

Data Source=ASUS-DESKTOP;Initial Catalog=ILR2021R10;Integrated Security=True

For next year they have added the database name to the settings so that this can be changed.

HTH