Actualizar fecha dashboards (día 10 de cada mes)

LET vMonth = if(day(Today())< 11, 0, 1); LET vYear = if(month(Today()) > 11 and day(Today()) > 10, 1, 0); LET vMonthUpdate = month(Today()) + $(vMonth); LET vDayUpdate = 10; LET vYearUpdate = year(Today()) + $(vYear); LET vNextUpdate = $(vMonthUpdate) & '/' & $(vDayUpdate) & '/' & $(vYearUpdate);
Actualiza automáticamente la fecha de los QlikView al día 10 de cada mes

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.