Forum Discussion
Anonymous
6 years agoNot applicable
Multiple API calls to Jira - error
Hi, not exactly sure if this can be done but this is what I'm trying to do. I have a query that generates dates between a given period: let
StartDate = #date(prmBaseCalendarStartYear,1,1...
- 6 years ago
Anonymous
You may just remove square brackets.
Date.ToText(prmdate
v-chuncz-msft
6 years agoCommunity Support
Anonymous
You may just remove square brackets.
Date.ToText(prmdate
- Anonymous6 years agoNot applicable
That worked like a charm. :) Thank you!
Any suggestions on the first part of the problem? How to fill in dates table with data retrieved by function....