I would like to develop the QlikView report which is available Microsoft Axapta (AX) since my client using the same. The fields are not coming from base table. There are some calculations behind that. The data is from temp tables and the fields were passed to methods. From there those fields passed to other methods. Once process got over tables were truncated. Here I have attached some script part of Microsoft AX.
Script in AX:
display AmountMST balance()
{;
return custTable.balanceMST();
Above script is used in back end. Here AmountMST balance() is themethod. It is holding the value from base table which is temporary table. Once report got published entire temporary tables where truncated. Here' AmountMST balance()' method is calling another method like below
Here the parameters FromDate,ToDate are used to collect the date range from temporary table and it is transferred to above temp table CustVendTable::balanceMST. All the process happening here is on the fly. This is not for single report. There are n numbers of reports having same kind of calculations. So let me know this kind of process is can be done in QV or not.
Note:
1. Is there is any type of connectors available to connect QlikView with AX
2. Is it possible to pull AX 'DLL' files into QlikView