Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
saumyashah90
Specialist
Specialist

I need value mapped with a particular date

Hi Guyz i have a table:

1.png

What i need is.

I have a Date Separately called (23/06/2014)

like

1.png

These dates will keep on changing every day or week.So i need their hours to be displayed accordingly

And these Dates you can take as text values generated by some expression.

I used Substringcount

If(SubStringCount(Date#(Dt,'DD/MM/YYYY'),WeekStart(Today()))>0,Hours)
Also tried WildMatch but didnt succeed.

19 Replies
SunilChauhan
Champion II
Champion II

take pivot table

in dimension-> date

and expression hours or sum(hours)

and drag date to horizontal

hope this helps

Sunil Chauhan
saumyashah90
Specialist
Specialist
Author

Thanks for the reply

1)Yeah i tried making pivot table

  But it didnt show up.I mean table was not formed.

2) I need data for a current week that is from Monday to Thursday to be displayed only


MK_QSL
MVP
MVP

Provide sample data file.. You can achieve this by Mapping Load or Lookup function

Not applicable

Hi,

Can u attach a sample source file ?

And, also clarify if you want the table to be horizontally alligned with the Total of the hours.

Regards.

saumyashah90
Specialist
Specialist
Author

Yeah Manish i need that only but on UI side.


saumyashah90
Specialist
Specialist
Author

Hi Priyanka,

1)Table you can see is the data.

2)And the dates you can see in the text box are the text.

So i need to get hours if that text value and the value in Dt matches.

Hope you understand this.

and yeah total is not the problem

Not applicable

Hi,

Please find the attached file.

Hope it helps !

Regards.

SunilChauhan
Champion II
Champion II

use tables as mapping table

Date:

mapping

Load

Date, Hour

from path

use date in different blue buttons

and use

applymap('Date',1) below first date

applymap('Date',2) below second date

applymap('Date',3) below third date

applymap('Date',4) below fourth date

-----

---- till

applymap('Date',8) below eirth date

hope this helps

Sunil Chauhan
bariyb23
Contributor II
Contributor II

Hope this will help you....

Thanks,

Yogesh Bari