What's the difference between explicit vs. implicit function in powerpivot?
What's the difference between explicit vs. implicit function in powerpivot?
implicit is a variable with no definition
Explicit is defined explicitly![]()
sub mysub() x = date() 'now x is a date x = 43 'now x is a number
![]()
sub mysub() dim x as Date x = date() 'works x = 5.4 'error since x must be date
Hmm, I get it, but I don't get it in the context of powerpivot.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks