Forum Discussion
Dinamic Paramter and calculate on date
- 3 years ago
Hi AvichaiBI ,
You create a parameter called "number range" and then the user can slide that parameter so that you get a number? Add that number to the specific date, date to get a new date? If yes, you can just use "+" to add the number like the following:
selectedvalue(table[specific date]) + selectedvalue( parameter[number] )
If i misunderstood you, please provide more details about you want.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi AvichaiBI ,
You create a parameter called "number range" and then the user can slide that parameter so that you get a number? Add that number to the specific date, date to get a new date? If yes, you can just use "+" to add the number like the following:
selectedvalue(table[specific date]) + selectedvalue( parameter[number] )
If i misunderstood you, please provide more details about you want.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.