I have train data file in Gretl and then I append test data file in which the SalePrice data is missing so I want to predict the SalePrice for these rows but annoyingly if I add log for one of the variables (exists in both files without missing values, only a few 0s) then forecast doesnt predict any values for the second file. If I try the that log variable , then is no problem. Do you have any idea why that? I tried also from command line using fcast command to new variable but didnt help out.
It would be better if we can see your dataset to get a better understanding of the matter. But there's some possibilities that I can think now:
Could you run that code and share the output?