Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
kunkumnaveen
Specialist
Specialist

max value display

Hello all,

sample data

Untitled.png

when i select max date i was suppose to get 500 as value but i am getting 0

Untitled.png

Varibles:

vMindate = 3sep;

vMaxdate = Date;

expression:=sum({<Date={"$(vMindate)"}>}value)  = 100

                   sum({<Date={"$(vMaxdate)"}>}value) =500 (Not Working)

wats going wrong in my above statement?

thanks

1 Solution

Accepted Solutions
tamilarasu
Champion
Champion

Have a look at the attachment.

View solution in original post

18 Replies
kunkumnaveen
Specialist
Specialist
Author

no..getting same o/p 0

settu_periasamy
Master III
Master III

Is that date format? Can you share the sample qvw?

kunkumnaveen
Specialist
Specialist
Author

Hello,

Chanty4u
MVP
MVP

u can create

in script

load *,

MONTH(Datefield) as month

day(datefield) as day

den u can use variable

tamilarasu
Champion
Champion

Have a look at the attachment.

settu_periasamy
Master III
Master III

try this

=sum({<Date={"$(=$(vMaxdate))"}>}value)

kunkumnaveen
Specialist
Specialist
Author

Untitled.png

Untitled.png

kunkumnaveen
Specialist
Specialist
Author

=sum({<Date={"$(vMindate)"}>}value)

maniram23
Creator II
Creator II

Hi,

It is help full for you.