As on Date Based Report
Resolved
Hi Yellowfin Team,
.
We need to create a as on date based ageing report
Our requirements are,
1. we will pass a single date filter to fetch the data <= Filter Date
2. need to calculate the ageing in days by comparing the Filter Date and need to calculate the Ageing Days like the following to show it in our reports.
Example : Ageing (Days) = Filter Date - Transaction Date.
How to create calculation fields based on Filter Date Value ?
How to achieve this in yellowfin ?
Thanks in Advance,
Karthik K
Hi Karthik,
I think that using a free-hand SQL report would be your best option here. Freehand SQL allows you to create filters by using defined parameters a={?}
You can then have one column return your equation, with the parameter as filter date.
The best way to start a free-hand SQL report is to create everything you can within the drag-and drop builder, and then extract the generated SQL statement by clicking the "view SQL" button in the lower right hand corner of the "Data" tab.
Let me know if this makes sense, or if you have any questions.
Regards,
Nathan
Hi Karthik,
I think that using a free-hand SQL report would be your best option here. Freehand SQL allows you to create filters by using defined parameters a={?}
You can then have one column return your equation, with the parameter as filter date.
The best way to start a free-hand SQL report is to create everything you can within the drag-and drop builder, and then extract the generated SQL statement by clicking the "view SQL" button in the lower right hand corner of the "Data" tab.
Let me know if this makes sense, or if you have any questions.
Regards,
Nathan
Hi Karthik,
I would recommend starting here (using parameters is covered at the bottom):
http://wiki.yellowfin.com.au/display/USER73/Freehand+SQL+Reports
I am a little busy at the moment to put together a full demonstration, but if you are still having trouble, I should have some time early next week.
Regards,
Nathan
Hi Karthik,
I would recommend starting here (using parameters is covered at the bottom):
http://wiki.yellowfin.com.au/display/USER73/Freehand+SQL+Reports
I am a little busy at the moment to put together a full demonstration, but if you are still having trouble, I should have some time early next week.
Regards,
Nathan
Hi Karthik,
I am going to set this ticket to closed for now, but if there is anything else I can do to help here, please just let me know and the case will be re-opened!
Regards,
Nathan
Hi Karthik,
I am going to set this ticket to closed for now, but if there is anything else I can do to help here, please just let me know and the case will be re-opened!
Regards,
Nathan
Replies have been locked on this page!