Forum Discussion
rhborders
Helper I
8 years agoLooking up multiple values
Hello, In our database we have a schema that tells us what date we get an invoice and then another dates schema that converts calender days into a fiscal day of year. For example if we got an in...
- 8 years ago
You can use lookupvalue function to make it happen.
Let me know if you need further assistance on this function
parry2k
Super User
8 years agoso you want date differenece to calculated days between cal_date and fiscal_year_begin_date??
rhborders
Helper I
8 years agoNo, what I want is to use the fical mean value and look that up in the fiscal day of year column and return the calendar date.
- parry2k8 years ago
Super User
got it.
Is "Fiscal Mean" a column or measure?
Is there relationship between date and other table?
- rhborders8 years ago
Helper I
Fiscal Mean is a calculated column and there is not a direct relationship between the two
- parry2k8 years ago
Super User
You can use lookupvalue function to make it happen.
Let me know if you need further assistance on this function