
Lian Yagoda
Senior BI consultant at Paldi Solutions and a former Technical Solutions Consultant at Sisense. Specializes in managing BI projects, establishing and maintaining efficient work processes and technical troubleshooting. Customer satisfaction is a personal goal for me and I always look for the best solution to your business needs. During my time at Sisense, I led Sisense's Cloud Solution support and built infrastructure for future growth. For more info check our products & services: paldi.solutions
- Total activity 23
- Last activity
- Member since
- Following 2 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
Activity overview
Latest activity by Lian Yagoda-
Lian Yagoda commented,
Hi Sven! We've encountered the same issue and managed to solve it with a widget script, please follow these steps: 1. Add a class to your "title", or the part that you only want to repeat once (in ...
-
Lian Yagoda commented,
Hi Ritika, To refer to a formula in your Blox script you'll need to create the formula in the "Values" section of the widget and then in the script you'll call it with "{panel:YourFormula}" I crea...
-
Lian Yagoda commented,
Hello, Please try this: tostring(GETMONTH([date])) + '/' + tostring(GETDAY([date])) + '/' + tostring(GETYEAR([date])) + ' ' + tostring(GETHOUR([date])) + ':' + tostring(GETMINUTE([date])) You'll ju...